Upgrade alpine in Dockerfile

This commit is contained in:
Benjamin Bock 2022-03-16 17:52:45 +01:00 committed by GitHub
parent a124738a94
commit a229094f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.8 FROM alpine:3.15
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates
ADD tile38-server /usr/local/bin ADD tile38-server /usr/local/bin