Skip to content

Commit 2b1f337

Browse files
committed
dind: upgrade to fedora 25
Pending changes to origin require docker 1.12, which is available in fedora 25 but not 24.
1 parent 6fc3d0a commit 2b1f337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/dind/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# $ docker run -d --privileged openshift/dind
1919
#
2020

21-
FROM fedora:24
21+
FROM fedora:25
2222

2323
# Fix 'WARNING: terminal is not fully functional' when TERM=dumb
2424
ENV TERM=xterm

0 commit comments

Comments
 (0)