Skip to content

Commit 0d1524e

Browse files
authored
Update docker version (#80)
1 parent 3932968 commit 0d1524e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qqy \
5454
xz-utils
5555

5656
# Install Docker from Docker Inc. repositories.
57-
RUN curl -sSL https://get.docker.com/ | VERSION=5:23.0.6 sh
57+
RUN curl -sSL https://get.docker.com/ | VERSION=24.0.6 sh
5858

5959
# Install packer
6060
RUN curl -sSL https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_linux_amd64.zip > packer.zip && \

0 commit comments

Comments
 (0)