From 08c43b84685607115da59dcbfeb6568817951164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 01:45:06 +0000 Subject: [PATCH] Update amazoncorretto Docker tag to v17.0.10-alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f081204..cb5a0bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:17-alpine +FROM amazoncorretto:17.0.10-alpine RUN apk upgrade --update-cache --available && apk add openssl && rm -rf /var/cache/apk/*