Skip to content

Commit

Permalink
Update Dockerfile to use alpine:3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Jul 27, 2023
1 parent 5b087bc commit a7bf004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN cd /go/src/github.com/go-spatial/tegola/cmd/tegola \
&& chmod a+x /opt/tegola

# Create minimal deployment image, just alpine & the binary
FROM alpine:3.12
FROM alpine:3.18

RUN apk update \
&& apk add ca-certificates \
Expand Down

0 comments on commit a7bf004

Please sign in to comment.