Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 867b543

Browse files
committed
fix Dockerfile to use "ubuntu:13.10", not "13:10"
1 parent 64bc438 commit 867b543

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
@@ -5,7 +5,7 @@
55
# TO_BUILD: docker build -rm -t registry .
66
# TO_RUN: docker run -p 5000:5000 registry
77

8-
FROM ubuntu:13:10
8+
FROM ubuntu:13.10
99

1010
RUN apt-get update; \
1111
apt-get install -y git-core build-essential python-dev \

0 commit comments

Comments
 (0)