Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent c45f002 commit 42cfa3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY public /public
WORKDIR /public
RUN npm ci && npm run bundle

FROM golang:1.22.4 as go-builder
FROM golang:1.23.4 as go-builder
COPY . /data
COPY --from=bundle-builder /public/js/bundle* /data/public/js/
WORKDIR /data
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
command: ["npm", "ci"]

mapserver:
image: golang:1.22.4
image: golang:1.23.4
depends_on:
- minetest
- mapserver_frontend
Expand Down

0 comments on commit 42cfa3d

Please sign in to comment.