Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
e6a33f3812
chore(deps): update golang docker tag to v1.23.2
Some checks failed
go-test / build (push) Has been cancelled
jshint / build (push) Has been cancelled
2024-10-02 01:21:10 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -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.2 as go-builder
COPY . /data
COPY --from=bundle-builder /public/js/bundle* /data/public/js/
WORKDIR /data

View File

@ -10,7 +10,7 @@ services:
command: ["npm", "ci"]
mapserver:
image: golang:1.22.4
image: golang:1.23.2
depends_on:
- minetest
- mapserver_frontend