mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-21 01:45:25 +02:00
Upgrade Alpine version for both Dockerfiles
... to improve/mitigate performance problems, see #2299. (musl libc vs. glibc)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user