Skip to content

Commit

Permalink
chore(deps): update maven docker tag to v3.9.5 (#785)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 978a761 commit a9eb316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.9.4-amazoncorretto-21-debian AS back-build
FROM maven:3.9.5-amazoncorretto-21-debian AS back-build

WORKDIR app
COPY pom.xml /app
Expand Down
2 changes: 1 addition & 1 deletion old.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app
COPY src/main/angular /app
RUN yarn build

FROM maven:3.9.4-amazoncorretto-21-debian AS back-build
FROM maven:3.9.5-amazoncorretto-21-debian AS back-build

WORKDIR app
COPY pom.xml /app
Expand Down

0 comments on commit a9eb316

Please sign in to comment.