Skip to content

Commit

Permalink
Merge pull request #222 from Ree6-Applications/renovate/maven-3.x
Browse files Browse the repository at this point in the history
Update maven Docker tag to v3.8.7
  • Loading branch information
DxsSucuk authored Jan 2, 2023
2 parents 20fe8e4 + b8b2fc7 commit eadbdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM maven:3.8.6-amazoncorretto-17 AS build
FROM maven:3.8.7-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 eadbdb3

Please sign in to comment.