Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/renovate/maven-3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Dec 15, 2023
2 parents ea562ca + cf032a4 commit 93ce526
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.5-amazoncorretto-17 AS build
FROM maven:3.9.6-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 93ce526

Please sign in to comment.