Skip to content

Commit

Permalink
Revert "chore(project): Use 3.18 tag instead"
Browse files Browse the repository at this point in the history
This reverts commit 3df3cc8.
  • Loading branch information
psavidis committed Jul 5, 2023
1 parent 3df3cc8 commit 014d94f
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.18 as builder
FROM alpine:3.15 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.18
FROM alpine:3.15

ARG VERSION=7.20.0

Expand Down

0 comments on commit 014d94f

Please sign in to comment.