Skip to content

Commit 896f2a1

Browse files
build(deps): update docker docker tag to v28.3.3
1 parent e24dea8 commit 896f2a1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.gitlab/workflows/devcontainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dev-container-publish:
2-
image: docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
2+
image: docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
33
parallel:
44
matrix:
55
- PYTHON_VERSION:
@@ -60,7 +60,7 @@ dev-container-publish:
6060
--target dev
6161
fi
6262
services:
63-
- docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
63+
- docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
6464
stage: build
6565
variables:
6666
DOCKER_TLS_CERTDIR: /certs

.gitlab/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pages:
3131
variables:
3232
GIT_STRATEGY: none
3333
container-publish:
34-
image: docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
34+
image: docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
3535
parallel:
3636
matrix:
3737
- PYTHON_VERSION:
@@ -91,7 +91,7 @@ container-publish:
9191
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
9292
--target prod
9393
services:
94-
- docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
94+
- docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
9595
stage: release
9696
variables:
9797
DOCKER_TLS_CERTDIR: /certs

template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/devcontainer.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% from pathjoin("includes", "version_compare.jinja") import version_between %}
22
dev-container-publish:
3-
image: docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
3+
image: docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
44
parallel:
55
matrix:
66
- PYTHON_VERSION:
@@ -71,7 +71,7 @@ dev-container-publish:
7171
--target dev
7272
fi
7373
services:
74-
- docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
74+
- docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
7575
stage: build
7676
variables:
7777
DOCKER_TLS_CERTDIR: /certs

template/{% if repo_platform == 'gitlab' or repo_platform == 'gitlab-self-managed' %}.gitlab{% endif %}/workflows/release.yml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pages:
3232
variables:
3333
GIT_STRATEGY: none
3434
container-publish:
35-
image: docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
35+
image: docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
3636
parallel:
3737
matrix:
3838
- PYTHON_VERSION:
@@ -102,7 +102,7 @@ container-publish:
102102
--tag ${CI_REGISTRY_IMAGE}:py${PYTHON_VERSION}-${CI_COMMIT_TAG} \
103103
--target prod
104104
services:
105-
- docker:28.3.2@sha256:684bc226a69eb91582738f196e59e234355420ee592abea7685e4127afbce645
105+
- docker:28.3.3@sha256:c0872aae4791ff427e6eda52769afa04f17b5cf756f8267e0d52774c99d5c9de
106106
stage: release
107107
variables:
108108
DOCKER_TLS_CERTDIR: /certs

0 commit comments

Comments
 (0)