From 7423e8563ff69969c2cf00e472159b09952c64d6 Mon Sep 17 00:00:00 2001 From: Zhenya Tikhonov <114396046+z-tikhonov-codefresh@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:00:51 +0400 Subject: [PATCH] build(rootless): upgrade Docker to v24.0.6 (#50) * build: upgrade Docker to v24.0.6 --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69cdcb5..2c29f5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG DOCKER_VERSION=24.0.5 +ARG DOCKER_VERSION=24.0.6 # dind-cleaner FROM golang:1.21-alpine3.18 AS cleaner diff --git a/service.yaml b/service.yaml index c85910d..0028d6a 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.28.1 +version: 1.28.2