Skip to content

Commit

Permalink
chore(deps): update dependency docker to v27.2.1
Browse files Browse the repository at this point in the history
| datasource      | package   | from    | to      |
| --------------- | --------- | ------- | ------- |
| github-releases | moby/moby | v27.2.0 | v27.2.1 |
| docker          | docker    | 27.2.0  | 27.2.1  |
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent aaede40 commit 74c1cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux/docker-dind/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:27.2.0-dind@sha256:d1d6d5265119696d8fa9b883f813953c560c5d87ea128a57681239b576f62997
FROM docker:27.2.1-dind@sha256:eb6308292ccf83461f26dd755a53802d9952eece22111602662cd86d3fa4590d

LABEL maintainer="Michael Kriese <[email protected]>" \
name="docker" \
Expand Down
2 changes: 1 addition & 1 deletion linux/github-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN install-apt \
;

# renovate: datasource=github-releases packageName=moby/moby
RUN install-tool docker v27.2.0
RUN install-tool docker v27.2.1

COPY src/ /

Expand Down

0 comments on commit 74c1cc8

Please sign in to comment.