Skip to content

Commit cd66c90

Browse files
committed
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
1 parent d01ded1 commit cd66c90

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.15
1+
FROM alpine:3.17
22

33
RUN apk update && \
44
apk upgrade && \

Dockerfile.git

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build using git repo
22

3-
FROM alpine:3.15
3+
FROM alpine:3.17
44

55
WORKDIR /home/testssl
66

0 commit comments

Comments
 (0)