Skip to content

Commit 8e2368b

Browse files
chore(deps): update alpine docker tag to v3.22.1
1 parent 9aec277 commit 8e2368b

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.1
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)