Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v27.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 0dbc9ee commit 0ec25dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-host/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM uselagoon/commons:latest as commons

FROM docker:27.0.3-dind
FROM docker:27.1.1-dind

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"
Expand Down
2 changes: 1 addition & 1 deletion insights-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG GO_VER
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} AS commons
FROM aquasec/trivy:0.52.2 AS trivy

FROM docker:20.10.24
FROM docker:27.1.1

LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors"
LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-service-images" repository="https://github.com/uselagoon/lagoon-service-images"
Expand Down

0 comments on commit 0ec25dd

Please sign in to comment.