1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-02-24 16:41:16 +01:00

Merge pull request from drwetter/alpine3.16-dockerfile

Upgrade Alpine version to the latest stable
This commit is contained in:
Dirk Wetter 2022-08-22 16:37:43 +02:00 committed by GitHub
commit 33f28f881b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM alpine:3.13
FROM alpine:3.16
RUN apk update && \
apk upgrade && \