Skip to content

Commit 6f264d4

Browse files
committed
SYS-666 build-pipeline fixes
1 parent e7fdc38 commit 6f264d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ workflow:
3535
- { if: $CI_COMMIT_TAG =~ /^chart-.*/, when: never }
3636
- when: always
3737

38-
image: docker:19.03.8
38+
image: docker:29.1.2
3939

4040
prepare:
4141
stage: prepare

.image-gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stages:
1313
- Security Scan
1414
- Promote Image
1515

16-
image: docker:24.0.5
16+
image: docker:29.1.2
1717

1818
.registry_template: &registry_login
1919
before_script:

0 commit comments

Comments
 (0)