Skip to content

Commit a7bf004

Browse files
committed
Update Dockerfile to use alpine:3.18
1 parent 5b087bc commit a7bf004

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
@@ -59,7 +59,7 @@ RUN cd /go/src/github.com/go-spatial/tegola/cmd/tegola \
5959
&& chmod a+x /opt/tegola
6060

6161
# Create minimal deployment image, just alpine & the binary
62-
FROM alpine:3.12
62+
FROM alpine:3.18
6363

6464
RUN apk update \
6565
&& apk add ca-certificates \

0 commit comments

Comments
 (0)