chore(deps): update alpine docker tag to v3.20.3
This commit is contained in:
parent
a7b5226fd1
commit
292bd70b58
@ -9,7 +9,7 @@ COPY --from=bundle-builder /public/js/bundle* /data/public/js/
|
||||
WORKDIR /data
|
||||
RUN CGO_ENABLED=0 go build .
|
||||
|
||||
FROM alpine:3.20.1
|
||||
FROM alpine:3.20.3
|
||||
COPY --from=go-builder /data/mapserver /bin/mapserver
|
||||
ENV MT_CONFIG_PATH "mapserver.json"
|
||||
ENV MT_LOGLEVEL "INFO"
|
||||
|
Loading…
Reference in New Issue
Block a user