Skip to content

Commit dc56d48

Browse files
chore(deps): update docker-images
1 parent c35664b commit dc56d48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
restart: unless-stopped
1313

1414
postgres:
15-
image: postgres:16
15+
image: postgres:18
1616
restart: unless-stopped
1717
environment:
1818
POSTGRES_DB: meshinfo

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:16
3+
image: postgres:18
44
restart: unless-stopped
55
environment:
66
POSTGRES_DB: meshinfo

frontend/wasm/itm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# The container runs fetch-vendor.sh + build.sh, then copies artifacts
88
# (itm.js and itm.d.ts) out to the volume mount.
99

10-
FROM emscripten/emsdk:3.1.65 AS builder
10+
FROM emscripten/emsdk:5.0.6 AS builder
1111

1212
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
1313
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)