Skip to content

Commit

Permalink
Update maven Docker tag to v3.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 983163f commit f0509d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM maven:3.9.4-amazoncorretto-17 AS build
FROM maven:3.9.5-amazoncorretto-17 AS build
COPY src /usr/src/app/src
COPY pom.xml /usr/src/app
RUN mvn -f /usr/src/app/pom.xml clean package
Expand Down

0 comments on commit f0509d0

Please sign in to comment.