From a5f3a3763b6a2f55c36abe07a05624c4a75c6af5 Mon Sep 17 00:00:00 2001 From: halprin Date: Wed, 19 Jun 2024 14:16:28 -0600 Subject: [PATCH] Update any outdated dependencies in our Docker image. Co-authored-by: jcrichlake Co-authored-by: pluckyswan --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 90c83342e..3e2b2f274 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Use Linux-Alpine image FROM amazoncorretto:17.0.11-alpine +RUN apk -U upgrade + ARG JAR_LIB_FILE=./app/build/libs/app-all.jar # Create directory and switch to it