We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3932968 commit 0d1524eCopy full SHA for 0d1524e
environment/Dockerfile
@@ -54,7 +54,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qqy \
54
xz-utils
55
56
# Install Docker from Docker Inc. repositories.
57
-RUN curl -sSL https://get.docker.com/ | VERSION=5:23.0.6 sh
+RUN curl -sSL https://get.docker.com/ | VERSION=24.0.6 sh
58
59
# Install packer
60
RUN curl -sSL https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_linux_amd64.zip > packer.zip && \
0 commit comments