Skip to content

Commit

Permalink
Upgrade docker from 24.0.7 to 24.0.8 (#3124)
Browse files Browse the repository at this point in the history
Which (among other things) fixes this High `CVE-2024-21626`:
- GHSA-xr7r-f8xq-vfvv

Release notes:
- https://docs.docker.com/engine/release-notes/24.0/#2408
  • Loading branch information
MPV committed Feb 1, 2024
1 parent b647b89 commit 3e5433e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG TARGETOS
ARG TARGETARCH
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.4.0
ARG DOCKER_VERSION=24.0.7
ARG DOCKER_VERSION=24.0.8
ARG BUILDX_VERSION=0.12.1

RUN apt update -y && apt install curl unzip -y
Expand Down

0 comments on commit 3e5433e

Please sign in to comment.