Skip to content

Commit 9126f45

Browse files
chore(deps): update maven docker tag to v3.9.11
1 parent f024f49 commit 9126f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM maven:3.9.9-amazoncorretto-17 AS build
3+
FROM maven:3.9.11-amazoncorretto-17 AS build
44
COPY src /usr/src/app/src
55
COPY pom.xml /usr/src/app
66
RUN mvn -f /usr/src/app/pom.xml clean package

0 commit comments

Comments
 (0)