We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35664b commit dc56d48Copy full SHA for dc56d48
3 files changed
docker-compose-dev.yml
@@ -12,7 +12,7 @@ services:
12
restart: unless-stopped
13
14
postgres:
15
- image: postgres:16
+ image: postgres:18
16
17
environment:
18
POSTGRES_DB: meshinfo
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
3
4
5
6
frontend/wasm/itm/Dockerfile
@@ -7,7 +7,7 @@
7
# The container runs fetch-vendor.sh + build.sh, then copies artifacts
8
# (itm.js and itm.d.ts) out to the volume mount.
9
10
-FROM emscripten/emsdk:3.1.65 AS builder
+FROM emscripten/emsdk:5.0.6 AS builder
11
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
&& rm -rf /var/lib/apt/lists/*
0 commit comments