Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workflow:
- { if: $CI_COMMIT_TAG =~ /^chart-.*/, when: never }
- when: always

image: docker:19.03.8
image: docker:29.1.2

prepare:
stage: prepare
Expand Down
2 changes: 1 addition & 1 deletion .image-gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:
- Security Scan
- Promote Image

image: docker:24.0.5
image: docker:29.1.2

.registry_template: &registry_login
before_script:
Expand Down
2 changes: 1 addition & 1 deletion lib/build/Makefile.docker_image
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Standard Makefile for Docker image
# created by richb@instantlinux.net 20-Apr-2017

BUILDX = https://github.com/docker/buildx/releases/download/v0.4.1/buildx-v0.4.1.linux-amd64
BUILDX = https://github.com/docker/buildx/releases/download/v0.30.1/buildx-v0.30.1.linux-amd64
PLATFORMS ?= linux/amd64
PUSH ?= --push
USER_LOGIN ?= instantlinux
Expand Down
Loading