Skip to content

Commit

Permalink
chore(project): Bump Alpine Version to 3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Jul 4, 2023
1 parent 6583c7b commit e0bd158
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.2 as builder

ARG VERSION=7.20.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.2

ARG VERSION=7.20.0

Expand Down

0 comments on commit e0bd158

Please sign in to comment.