From 6701b9798256b763609ba1125e7a17deb44d5c36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:35:02 +0000 Subject: [PATCH] Bump amazoncorretto from `7154f31` to `27b48e8` in /test-service-native Bumps amazoncorretto from `7154f31` to `27b48e8`. --- updated-dependencies: - dependency-name: amazoncorretto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-service-native/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-service-native/Dockerfile b/test-service-native/Dockerfile index b2bcc3d3..5c91962c 100644 --- a/test-service-native/Dockerfile +++ b/test-service-native/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:22@sha256:7154f31aec086bbb608fb5a3ea354213aa7427576f4afd1f027b6967c7ed8616 +FROM amazoncorretto:22@sha256:27b48e8ce2f933720fa7200d4e5ac2a7200cf8cbc4eda03159562888a72aabb1 ARG APP_NAME ARG APP_VERSION ENV VERSION=$APP_VERSION