mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Upgrade Alpine version for both Dockerfiles (3.0)
... to improve/mitigate performance problems, see #2299. (musl libc vs. glibc) Same PR as for 3.1dev branch: #2306
This commit is contained in:
parent
d01ded1fd0
commit
cd66c90054
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user