We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d091c3 + 545c46b commit 81d5aceCopy full SHA for 81d5ace
2 files changed
Makefile
@@ -26,7 +26,7 @@ dev:
26
# We also alter the RC file to set the image name.
27
docker-build:
28
docker build --rm -t ${IMAGE} rootfs
29
- docker tag -f ${IMAGE} ${MUTABLE_IMAGE}
+ docker tag ${IMAGE} ${MUTABLE_IMAGE}
30
31
test: test-style test-unit test-functional
32
rootfs/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/deis/base:0.3.0
+FROM quay.io/deis/base:v0.3.4
2
3
COPY . /
4
0 commit comments