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 9aec277 commit a1ab4a4Copy full SHA for a1ab4a4
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.0 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.0
14
depends_on:
15
- minetest
16
- mapserver_frontend
0 commit comments