Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v27.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 1316143 commit ce38242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/runtime-env/builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:27.2
FROM docker:27.4
ARG DOCKERHUB_USERNAME
ARG DOCKERHUB_PASSWORD
RUN test -n "$DOCKERHUB_USERNAME" && \
Expand Down
2 changes: 1 addition & 1 deletion images/webapp/Dockerfile.builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:27.2
FROM docker:27.4
ARG DOCKERHUB_USERNAME
ARG DOCKERHUB_PASSWORD
RUN test -n "NEXUS_USERNAME" && \
Expand Down

0 comments on commit ce38242

Please sign in to comment.