Skip to content

Commit beb94d9

Browse files
committed
Upgrade Alpine version for both Dockerfiles
... to improve/mitigate performance problems, see #2299. (musl libc vs. glibc)
1 parent 5a1a114 commit beb94d9

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.16
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.16
3+
FROM alpine:3.17
44

55
WORKDIR /home/testssl
66

0 commit comments

Comments
 (0)