Skip to content

Commit

Permalink
chore(project): Upgrade Alpine from 3.15 to 3.18
Browse files Browse the repository at this point in the history
Related to: #3234
  • Loading branch information
psavidis committed Jul 5, 2023
1 parent 52c0082 commit 5de0369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15 as builder
FROM alpine:3.18 as builder

ARG VERSION=7.18.0
ARG DISTRO=tomcat
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN /tmp/download.sh

##### FINAL IMAGE #####

FROM alpine:3.15
FROM alpine:3.18

ARG VERSION=7.18.0

Expand Down

0 comments on commit 5de0369

Please sign in to comment.