Skip to content

Commit

Permalink
chore(deps): update amazoncorretto docker tag to v17.0.7-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 21, 2023
1 parent 3315233 commit 9aac77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . /app/
RUN mvn clean install

### STAGE 2: Run ###
FROM amazoncorretto:17.0.6-alpine
FROM amazoncorretto:17.0.7-alpine

MAINTAINER cismael

Expand Down
2 changes: 1 addition & 1 deletion backend/users/users-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:17.0.6-alpine
FROM amazoncorretto:17.0.7-alpine

MAINTAINER cismael

Expand Down

0 comments on commit 9aac77b

Please sign in to comment.