Update Dockerfile.git
to use an up to date Alpine version
This commit is contained in:
parent
b132a26432
commit
79e199e736
|
@ -1,6 +1,6 @@
|
|||
# Build using git repo
|
||||
|
||||
FROM alpine:3.18
|
||||
FROM alpine:3.20
|
||||
|
||||
WORKDIR /home/testssl
|
||||
|
||||
|
|
Loading…
Reference in New Issue