Skip to content

Commit

Permalink
The docker channel is stable and not edge
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Feb 20, 2022
1 parent 9e063e8 commit aee761a
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
Expand Up @@ -418,7 +418,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
ENV DOCKER_VERSION 19.03.15

# Get the Docker binaries with version that matches our boot2docker version.
RUN DOCKER_CHANNEL='edge'; \
RUN DOCKER_CHANNEL='stable'; \
case "$DOCKER_VERSION" in \
# all the pre-releases go in the "test" channel
*-rc* | *-beta* | *-tp* ) DOCKER_CHANNEL='test' ;; \
Expand Down

0 comments on commit aee761a

Please sign in to comment.