Skip to content

Commit 25232eb

Browse files
chore(deps): update docker docker tag to v28
1 parent 05ff5db commit 25232eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-host/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM uselagoon/commons:latest as commons
22

3-
FROM docker:27.0.3-dind
3+
FROM docker:28.0.4-dind
44

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

insights-scanner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG GO_VER
44
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} AS commons
55
FROM aquasec/trivy:0.52.2 AS trivy
66

7-
FROM docker:20.10.24
7+
FROM docker:28.0.4
88

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

0 commit comments

Comments
 (0)