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 9e063e8 commit aee761aCopy full SHA for aee761a
Dockerfile
@@ -418,7 +418,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
418
ENV DOCKER_VERSION 19.03.15
419
420
# Get the Docker binaries with version that matches our boot2docker version.
421
-RUN DOCKER_CHANNEL='edge'; \
+RUN DOCKER_CHANNEL='stable'; \
422
case "$DOCKER_VERSION" in \
423
# all the pre-releases go in the "test" channel
424
*-rc* | *-beta* | *-tp* ) DOCKER_CHANNEL='test' ;; \
0 commit comments