Skip to content

Commit

Permalink
Update docker package versions on the executor to fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
tempoz committed Dec 20, 2024
1 parent 6a79aca commit ff66128
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dockerfiles/executor_image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN apt-get update && \
apt-get upgrade -y && \
rm -rf /var/lib/apt/lists/* && apt-get clean

RUN DOCKER_VERSION="5:27.2.0-1~debian.12~bookworm" && \
CONTAINERD_DEB_VERSION="1.7.21-1" && \
DOCKER_BUILDX_VERSION="0.16.2-1~debian.12~bookworm" && \
DOCKER_COMPOSE_VERSION="2.29.2-1~debian.12~bookworm" && \
RUN DOCKER_VERSION="5:27.4.1-1~debian.12~bookworm" && \
CONTAINERD_DEB_VERSION="1.7.24-1" && \
DOCKER_BUILDX_VERSION="0.19.3-1~debian.12~bookworm" && \
DOCKER_COMPOSE_VERSION="2.32.1-1~debian.12~bookworm" && \
apt-get update && \
apt-get install -y \
curl ca-certificates apt-transport-https && \
Expand Down

0 comments on commit ff66128

Please sign in to comment.