diff --git a/images/scanner-test.Dockerfile b/images/scanner-test.Dockerfile index 79a09457..9e7d5fa2 100644 --- a/images/scanner-test.Dockerfile +++ b/images/scanner-test.Dockerfile @@ -63,8 +63,8 @@ RUN dnf update -y \ ENV USE_GKE_GCLOUD_AUTH_PLUGIN=True RUN gke-gcloud-auth-plugin --version -# Install docker 25.0.3 -ARG DOCKER_VERSION=25.0.3 +# Install docker 29.2.1 +ARG DOCKER_VERSION=29.2.1 RUN set -ex \ && DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \ && echo Docker URL: $DOCKER_URL \ diff --git a/images/stackrox-test.Dockerfile b/images/stackrox-test.Dockerfile index c585a1d4..83df5824 100644 --- a/images/stackrox-test.Dockerfile +++ b/images/stackrox-test.Dockerfile @@ -61,7 +61,7 @@ RUN set -ex \ && bats -v # Install docker binary -ARG DOCKER_VERSION=20.10.6 +ARG DOCKER_VERSION=29.2.1 RUN set -ex \ && DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \ && echo Docker URL: $DOCKER_URL \ diff --git a/images/stackrox-ui-test.Dockerfile b/images/stackrox-ui-test.Dockerfile index 3445f908..c9103eab 100644 --- a/images/stackrox-ui-test.Dockerfile +++ b/images/stackrox-ui-test.Dockerfile @@ -112,7 +112,7 @@ RUN set -ex \ && bats -v # Install docker binary -ARG DOCKER_VERSION=20.10.6 +ARG DOCKER_VERSION=29.2.1 RUN set -ex \ && DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \ && echo Docker URL: $DOCKER_URL \