From e0bd158a78e57f0e1456165eaa897068ed0e7f29 Mon Sep 17 00:00:00 2001 From: Petros Savvidis Date: Tue, 4 Jul 2023 17:20:52 +0300 Subject: [PATCH] chore(project): Bump Alpine Version to 3.18.2 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7037613..30b865d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -30,7 +30,7 @@ RUN /tmp/download.sh ##### FINAL IMAGE ##### -FROM alpine:3.15 +FROM alpine:3.18.2 ARG VERSION=7.20.0