Skip to content

Commit

Permalink
chore(project): Use 3.18 tag instead
Browse files Browse the repository at this point in the history
  • Loading branch information
psavidis committed Jul 5, 2023
1 parent 6583c7b commit 3df3cc8
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.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

ARG VERSION=7.20.0

Expand Down

0 comments on commit 3df3cc8

Please sign in to comment.