Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
#
|
| 6 |
|
| 7 |
# Pull base image.
|
| 8 |
-
FROM dockerfile/ubuntu
|
| 9 |
|
| 10 |
# Install Haproxy.
|
| 11 |
RUN \
|
|
|
|
| 5 |
#
|
| 6 |
|
| 7 |
# Pull base image.
|
| 8 |
+
FROM github.com/dockerfile/ubuntu
|
| 9 |
|
| 10 |
# Install Haproxy.
|
| 11 |
RUN \
|