Skip to content

Commit aee761a

Browse files
committed
The docker channel is stable and not edge
1 parent 9e063e8 commit aee761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ RUN wget -O usr/local/sbin/cgroupfs-mount "https://github.com/tianon/cgroupfs-mo
418418
ENV DOCKER_VERSION 19.03.15
419419

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

0 commit comments

Comments
 (0)