Skip to content

Commit bea1a4f

Browse files
author
Zhenya Tikhonov
authored
build: upgrade Docker to v24.0.6 (#49)
This updates base image docker:24.0.5-dind → docker:24.0.6-dind in order to fix known CVEs. Fixes #CR-20894
1 parent 7cffafe commit bea1a4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=24.0.5
1+
ARG DOCKER_VERSION=24.0.6
22

33
# dind-cleaner
44
FROM golang:1.21-alpine3.18 AS cleaner

service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.28.1
1+
version: 1.28.2

0 commit comments

Comments
 (0)