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 cb2baabCopy full SHA for cb2baab
Dockerfile
@@ -9,7 +9,7 @@ COPY --from=bundle-builder /public/js/bundle* /data/public/js/
9
WORKDIR /data
10
RUN CGO_ENABLED=0 go build .
11
12
-FROM alpine:3.21.3
+FROM alpine:3.22.0
13
COPY --from=go-builder /data/mapserver /bin/mapserver
14
ENV MT_CONFIG_PATH "mapserver.json"
15
ENV MT_LOGLEVEL "INFO"
0 commit comments