Skip to content

Commit 7983313

Browse files
Bump maven in the docker-dependencies group
Bumps the docker-dependencies group with 1 update: maven. Updates `maven` from 3.9-eclipse-temurin-17-alpine to 3-eclipse-temurin-24-alpine --- updated-dependencies: - dependency-name: maven dependency-version: 3-eclipse-temurin-24-alpine dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e113347 commit 7983313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Specify the base image
2-
FROM maven:3.9-eclipse-temurin-17-alpine
2+
FROM maven:3-eclipse-temurin-24-alpine
33

44
# Copy the application files
55
COPY . /app

0 commit comments

Comments
 (0)