Skip to content

Commit 02725c0

Browse files
authored
bump docker (#240)
1 parent 3760965 commit 02725c0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

images/scanner-test.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ RUN dnf update -y \
6363
ENV USE_GKE_GCLOUD_AUTH_PLUGIN=True
6464
RUN gke-gcloud-auth-plugin --version
6565

66-
# Install docker 25.0.3
67-
ARG DOCKER_VERSION=25.0.3
66+
# Install docker 29.2.1
67+
ARG DOCKER_VERSION=29.2.1
6868
RUN set -ex \
6969
&& DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
7070
&& echo Docker URL: $DOCKER_URL \

images/stackrox-test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN set -ex \
6161
&& bats -v
6262

6363
# Install docker binary
64-
ARG DOCKER_VERSION=20.10.6
64+
ARG DOCKER_VERSION=29.2.1
6565
RUN set -ex \
6666
&& DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
6767
&& echo Docker URL: $DOCKER_URL \

images/stackrox-ui-test.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN set -ex \
112112
&& bats -v
113113

114114
# Install docker binary
115-
ARG DOCKER_VERSION=20.10.6
115+
ARG DOCKER_VERSION=29.2.1
116116
RUN set -ex \
117117
&& DOCKER_URL="https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
118118
&& echo Docker URL: $DOCKER_URL \

0 commit comments

Comments
 (0)