Merge pull request #3861 from christianbur/patch-2

Update Dockerfile - alpine:3.12 -> alpine:3.15
This commit is contained in:
neil 2021-12-22 10:37:48 +08:00 committed by GitHub
commit 84a96e862e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.15
RUN apk --no-cache add -f \
openssl \