mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-14 04:30:57 +01:00
Merge pull request #2306 from drwetter/upgrade_alpine_perf-fix
Upgrade Alpine version for both Dockerfiles
This commit is contained in:
commit
e02e8be19f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user