Skip to content

Commit

Permalink
chore: Bump alpine base image version to 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFantom committed Jul 27, 2024
1 parent 3a6c115 commit 0b7cf00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 as endlessh-builder
FROM alpine:3.20 as endlessh-builder

RUN apk add --no-cache build-base git
WORKDIR /src
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${ENDLESSH_VERSION} https://github.com/skeeto/endlessh .
RUN make


FROM alpine:3.18
FROM alpine:3.20

RUN apk add --no-cache --progress --quiet \
bash \
Expand Down
2 changes: 1 addition & 1 deletion build/fail2ban.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 add --no-cache --progress --quiet \
bash \
Expand Down

0 comments on commit 0b7cf00

Please sign in to comment.