Skip to content

Commit

Permalink
Update docker version (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyservin authored Feb 29, 2024
1 parent 3932968 commit 0d1524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get update -qq && apt-get install --no-install-recommends -qqy \
xz-utils

# Install Docker from Docker Inc. repositories.
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

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

0 comments on commit 0d1524e

Please sign in to comment.