1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-09 07:11:56 +02: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

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