Skip to content

Commit e89992d

Browse files
authored
SYS-666 update build pipeline dependencies
1 parent e7fdc38 commit e89992d

3 files changed

Lines changed: 3 additions & 3 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:

lib/build/Makefile.docker_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Standard Makefile for Docker image
22
# created by richb@instantlinux.net 20-Apr-2017
33

4-
BUILDX = https://github.com/docker/buildx/releases/download/v0.4.1/buildx-v0.4.1.linux-amd64
4+
BUILDX = https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64
55
PLATFORMS ?= linux/amd64
66
PUSH ?= --push
77
USER_LOGIN ?= instantlinux

0 commit comments

Comments
 (0)