From 0880faf1712a61924a3c8f8947296cfcc230cbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 22:44:10 +0000 Subject: [PATCH] Bump maven from 3.9-amazoncorretto-17 to 3-amazoncorretto-23 Bumps maven from 3.9-amazoncorretto-17 to 3-amazoncorretto-23. --- updated-dependencies: - dependency-name: maven dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85e2031..4f0f0c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM maven:3.9-amazoncorretto-17 AS build +FROM maven:3-amazoncorretto-23 AS build WORKDIR /app