Skip to content

Commit a1ab4a4

Browse files
chore(deps): update golang docker tag to v1.25.0
1 parent 9aec277 commit a1ab4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COPY public /public
33
WORKDIR /public
44
RUN npm ci && npm run bundle
55

6-
FROM golang:1.24.3 as go-builder
6+
FROM golang:1.25.0 as go-builder
77
COPY . /data
88
COPY --from=bundle-builder /public/js/bundle* /data/public/js/
99
WORKDIR /data

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
command: ["npm", "ci"]
1111

1212
mapserver:
13-
image: golang:1.24.3
13+
image: golang:1.25.0
1414
depends_on:
1515
- minetest
1616
- mapserver_frontend

0 commit comments

Comments
 (0)