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

Merge pull request from drwetter/alpine_3.18

Update Dockerfile to Alpine 3.18
This commit is contained in:
Dirk Wetter
2023-10-13 10:43:56 +02:00
committed by GitHub

@ -1,4 +1,4 @@
FROM alpine:3.17 FROM alpine:3.18
RUN apk update && \ RUN apk update && \
apk upgrade && \ apk upgrade && \