Skip to content

Commit cb2baab

Browse files
chore(deps): update alpine docker tag to v3.22.0
1 parent 9aec277 commit cb2baab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY --from=bundle-builder /public/js/bundle* /data/public/js/
99
WORKDIR /data
1010
RUN CGO_ENABLED=0 go build .
1111

12-
FROM alpine:3.21.3
12+
FROM alpine:3.22.0
1313
COPY --from=go-builder /data/mapserver /bin/mapserver
1414
ENV MT_CONFIG_PATH "mapserver.json"
1515
ENV MT_LOGLEVEL "INFO"

0 commit comments

Comments
 (0)