Renamed to be more consistent with tags

This commit is contained in:
WilliamMiceli
2019-05-04 16:26:43 -04:00
parent ece00f29b5
commit 3d1dd9d853
2 changed files with 1 additions and 1 deletions

5
variants/Dockerfile-git Normal file
View File

@@ -0,0 +1,5 @@
ARG CI_COMMIT_SHORT_SHA
FROM williammiceli/grav:${CI_COMMIT_SHORT_SHA}
# Install Git
RUN apk add --no-cache git