Skip to content

Commit

Permalink
chore(deps): update dependency docker to v27.5.1
Browse files Browse the repository at this point in the history
| datasource      | package   | from   | to     |
| --------------- | --------- | ------ | ------ |
| github-releases | moby/moby | 27.5.0 | 27.5.1 |
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 0728fb1 commit f65ff74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG DOCUUM_VERSION=0.25.0

# renovate: datasource=github-releases depName=docker packageName=moby/moby
ARG DOCKER_VERSION=27.5.0
ARG DOCKER_VERSION=27.5.1

FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099 as base

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2019
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG DOCUUM_VERSION=0.25.0

# renovate: datasource=github-releases depName=docker packageName=moby/moby
ARG DOCKER_VERSION=27.5.0
ARG DOCKER_VERSION=27.5.1

FROM mcr.microsoft.com/windows/nanoserver:1809@sha256:d96a6c2108e1449c872cc2b224a9b3444fa1415b4d6947280aba2d2bb3bd0025

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2022
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG DOCUUM_VERSION=0.25.0

# renovate: datasource=github-releases depName=docker packageName=moby/moby
ARG DOCKER_VERSION=27.5.0
ARG DOCKER_VERSION=27.5.1

FROM mcr.microsoft.com/windows/nanoserver:ltsc2022@sha256:55474b390b2d25e98450356b381d6dc422e15fb79808970f724c0f34df0b217e

Expand Down
2 changes: 1 addition & 1 deletion windows/Dockerfile.2025
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ARG DOCUUM_VERSION=0.25.0

# renovate: datasource=github-releases depName=docker packageName=moby/moby
ARG DOCKER_VERSION=27.5.0
ARG DOCKER_VERSION=27.5.1

FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:d584aae93e84d61c8a3280ed3a5d5a6d397c0214a2902acadb8b17b0b00c70e8

Expand Down

0 comments on commit f65ff74

Please sign in to comment.