Skip to content

Commit

Permalink
Merge pull request #2555 from drwetter/drwetter-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfiles
  • Loading branch information
drwetter authored Sep 4, 2024
2 parents 1296279 + 47b3930 commit 3ebda85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18
FROM alpine:3.20

RUN apk update && \
apk upgrade && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.git
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build using git repo

FROM alpine:3.18
FROM alpine:3.20

ARG BUILD_VERSION
ARG ARCHIVE_URL=https://github.com/drwetter/testssl.sh/archive/
Expand Down

0 comments on commit 3ebda85

Please sign in to comment.