Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v25.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovate GitHub Bot authored and huxuan committed Mar 11, 2024
1 parent 9b80699 commit 1559963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dev-container-publish:
image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
image: docker:25.0.4@sha256:0b0e8cab617d83dd041d950827dc67e18db5a0c3786d660bab002120b09a6d91
parallel:
matrix:
- PYTHON_VERSION:
Expand Down Expand Up @@ -31,7 +31,7 @@ dev-container-publish:
--tag ${CI_REGISTRY_IMAGE}/dev:py${PYTHON_VERSION} \
--target dev
services:
- docker:25.0.3-dind@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
- docker:25.0.4-dind@sha256:0b0e8cab617d83dd041d950827dc67e18db5a0c3786d660bab002120b09a6d91
stage: build
variables:
DOCKER_TLS_CERTDIR: /certs
Expand Down
4 changes: 2 additions & 2 deletions .gitlab/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release-publish:
variables:
GIT_STRATEGY: none
container-publish:
image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
image: docker:25.0.4@sha256:0b0e8cab617d83dd041d950827dc67e18db5a0c3786d660bab002120b09a6d91
needs:
- release-publish
parallel:
Expand Down Expand Up @@ -67,7 +67,7 @@ container-publish:
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
--target prod
services:
- docker:25.0.3-dind@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
- docker:25.0.4-dind@sha256:0b0e8cab617d83dd041d950827dc67e18db5a0c3786d660bab002120b09a6d91
stage: release
variables:
DOCKER_TLS_CERTDIR: /certs
Expand Down

0 comments on commit 1559963

Please sign in to comment.