Merge pull request #2306 from drwetter/upgrade_alpine_perf-fix

Upgrade Alpine version for both Dockerfiles
This commit is contained in:
Dirk Wetter 2023-02-01 19:45:57 +01:00 committed by GitHub
commit e02e8be19f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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