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

Merge pull request from drwetter/upgrade_alpine_perf-fix-3.0

Upgrade Alpine version for both Dockerfiles (3.0)
This commit is contained in:
Dirk Wetter
2023-02-01 19:49:12 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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

@ -1,6 +1,6 @@
# Build using git repo # Build using git repo
FROM alpine:3.15 FROM alpine:3.17
WORKDIR /home/testssl WORKDIR /home/testssl