Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
LABEL name ninja
|
4 |
LABEL url https://github.com/gngpp/ninja
|
|
|
1 |
+
FROM gngpp/ninja:latest
|
2 |
|
3 |
LABEL name ninja
|
4 |
LABEL url https://github.com/gngpp/ninja
|