From fca2ea2930811d0c3f2b752d635fdd1690958bc1 Mon Sep 17 00:00:00 2001 From: psavidis <69160690+psavidis@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:10:47 +0300 Subject: [PATCH] chore(project): Bump Alpine Version to 3.18 Related to: camunda/camunda-bpm-platform#3234 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c04a4db4..e695547a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15 as builder +FROM alpine:3.18 as builder ARG VERSION=7.17.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.17.0