chore(deps): update alpine docker tag to v3.20.3

This commit is contained in:
renovate[bot] 2024-10-09 12:30:47 +00:00 committed by GitHub
parent a7b5226fd1
commit 292bd70b58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"