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

Upgrade Alpine version for both Dockerfiles

... to improve/mitigate performance problems, see .
(musl libc vs. glibc)
This commit is contained in:
Dirk Wetter 2023-02-01 19:40:40 +01:00
parent 5a1a114adc
commit beb94d9efc
2 changed files with 2 additions and 2 deletions

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

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