From 3df3cc87689f3440cb560e2f5dd2638736db8b57 Mon Sep 17 00:00:00 2001 From: Petros Savvidis Date: Wed, 5 Jul 2023 10:16:35 +0300 Subject: [PATCH] chore(project): Use 3.18 tag instead --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7037613..7d4dc154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 as builder +FROM alpine:3.18 as builder ARG VERSION=7.20.0 ARG DISTRO=tomcat @@ -30,7 +30,7 @@ RUN /tmp/download.sh ##### FINAL IMAGE ##### -FROM alpine:3.15 +FROM alpine:3.18 ARG VERSION=7.20.0