Skip to content

Commit

Permalink
chore(deps): update docker:25.0.4-dind docker digest to 96637a2 (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
  • Loading branch information
serious-scaffold[bot] authored Mar 25, 2024
1 parent 9baf17a commit 492699e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dev-container-publish:
--tag ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
--target dev
services:
- docker:25.0.4-dind@sha256:19a2619f1285f127e20923578299cf42407c347872409fff6f8b90b386d5130f
- docker:25.0.4-dind@sha256:96637a2755acf4eaea3f15da24c03d88b86468a691a640c51a527b27622c2b58
stage: build
variables:
DOCKER_TLS_CERTDIR: /certs
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ container-publish:
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
--target prod
services:
- docker:25.0.4-dind@sha256:19a2619f1285f127e20923578299cf42407c347872409fff6f8b90b386d5130f
- docker:25.0.4-dind@sha256:96637a2755acf4eaea3f15da24c03d88b86468a691a640c51a527b27622c2b58
stage: release
variables:
DOCKER_TLS_CERTDIR: /certs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dev-container-publish:
--tag ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
--target dev
services:
- docker:25.0.4-dind@sha256:19a2619f1285f127e20923578299cf42407c347872409fff6f8b90b386d5130f
- docker:25.0.4-dind@sha256:96637a2755acf4eaea3f15da24c03d88b86468a691a640c51a527b27622c2b58
stage: build
variables:
DOCKER_TLS_CERTDIR: /certs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ container-publish:
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
--target prod
services:
- docker:25.0.4-dind@sha256:19a2619f1285f127e20923578299cf42407c347872409fff6f8b90b386d5130f
- docker:25.0.4-dind@sha256:96637a2755acf4eaea3f15da24c03d88b86468a691a640c51a527b27622c2b58
stage: release
variables:
DOCKER_TLS_CERTDIR: /certs
Expand Down

0 comments on commit 492699e

Please sign in to comment.