Skip to content

Commit 35c4a22

Browse files
Update gitlab images to 1.8.0 (#2485)
1 parent ce48202 commit 35c4a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default:
2-
image: '${DOCKER_CICD_REPO}/ci-container:debian-buster'
2+
image: '${DOCKER_CICD_REPO}/ci-container/debian-buster:1.8.0'
33

44
stages:
55
- sast-oss-scan
@@ -63,7 +63,7 @@ fossa:
6363
- schedules
6464

6565
.deploy-release:
66-
image: '${DOCKER_CICD_REPO}/ci-container:python-3.9'
66+
image: '${DOCKER_CICD_REPO}/ci-container/python-3.9:1.8.0'
6767
variables:
6868
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
6969
cache:

0 commit comments

Comments
 (0)