We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76755d commit b0f5e03Copy full SHA for b0f5e03
Dockerfile
@@ -3,7 +3,7 @@ COPY public /public
3
WORKDIR /public
4
RUN npm ci && npm run bundle
5
6
-FROM golang:1.24.3 as go-builder
+FROM golang:1.25.7 as go-builder
7
COPY . /data
8
COPY --from=bundle-builder /public/js/bundle* /data/public/js/
9
WORKDIR /data
docker-compose.yml
@@ -10,7 +10,7 @@ services:
10
command: ["npm", "ci"]
11
12
mapserver:
13
- image: golang:1.24.3
+ image: golang:1.25.7
14
depends_on:
15
- minetest
16
- mapserver_frontend
0 commit comments