Skip to content

Commit bf5f530

Browse files
chore(deps): update alpine docker tag to v3.24.1
1 parent 76dfcac commit bf5f530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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