1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-04-07 02:04:02 +02:00

Merge pull request from vitaliytv/patch-1

upd alpine to 3.12
This commit is contained in:
Dirk Wetter 2021-05-15 12:27:41 +02:00 committed by GitHub
commit 15ace79a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.12
RUN apk update && \
apk upgrade && \