Skip to content

Commit

Permalink
build: upgrade Docker to v24.0.6 (#49)
Browse files Browse the repository at this point in the history
This updates base image docker:24.0.5-dind → docker:24.0.6-dind in order to fix known CVEs.

Fixes #CR-20894
  • Loading branch information
Zhenya Tikhonov authored Oct 11, 2023
1 parent 7cffafe commit bea1a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.28.1
version: 1.28.2

0 comments on commit bea1a4f

Please sign in to comment.