Skip to content

Commit

Permalink
fix: update docker version to address CVE-2022-24921 (#8312)
Browse files Browse the repository at this point in the history
Signed-off-by: Cash Williams <cash.williams@acquia.com>
  • Loading branch information
CashWilliams authored Apr 4, 2022
1 parent 9c90145 commit 0cdd2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile:1.2

ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=20.10.12
ARG DOCKER_VERSION=20.10.14
# NOTE: kubectl version should be one minor version less than https://storage.googleapis.com/kubernetes-release/release/stable.txt
ARG KUBECTL_VERSION=1.22.3
ARG JQ_VERSION=1.6
Expand Down

0 comments on commit 0cdd2b4

Please sign in to comment.