From 001b9eda8c5d030643181bfbcec188b6733a42dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 07:04:20 +0000 Subject: [PATCH] Bump alpine from 3.15.4 to 3.17.1 in /11/alpine/hotspot Bumps alpine from 3.15.4 to 3.17.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 11/alpine/hotspot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11/alpine/hotspot/Dockerfile b/11/alpine/hotspot/Dockerfile index ea12a4d339..ffd4b9cb32 100644 --- a/11/alpine/hotspot/Dockerfile +++ b/11/alpine/hotspot/Dockerfile @@ -11,7 +11,7 @@ RUN jlink \ --compress=2 \ --output /javaruntime -FROM alpine:3.15.4 +FROM alpine:3.17.1 RUN apk add --no-cache \ bash \