aboutsummaryrefslogtreecommitdiff
path: root/src/git-snapshot/Dockerfile
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2021-11-20 21:45:51 -0800
committerMax Resnick <max@ofmax.li>2021-11-28 22:21:29 -0800
commit7a7500702480ef5ada890ff697b32126d4c1bb58 (patch)
treec3f7208d65febe04ccf5c6558528dbcbf0525dcc /src/git-snapshot/Dockerfile
parentfa0735617fa9840c2b79477623c001bbc5af1a0e (diff)
downloadgrumpy-containers-7a7500702480ef5ada890ff697b32126d4c1bb58.tar.gz
remove images no longer used, gitlab.ci
Diffstat (limited to 'src/git-snapshot/Dockerfile')
-rw-r--r--src/git-snapshot/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/git-snapshot/Dockerfile b/src/git-snapshot/Dockerfile
index 87e08a6..f7a6e14 100644
--- a/src/git-snapshot/Dockerfile
+++ b/src/git-snapshot/Dockerfile
@@ -1,5 +1,6 @@
-ARG GIT_SNAPSHOT=0.0.1
-FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3
+ARG GIT_SNAPSHOT=0.0.2
+ARG BASE_VER=latest
+FROM registry.gitlab.com/grumps/grumpy-containers/base:${BASE_VER}
ARG GIT_SNAPSHOT
SHELL ["/bin/bash", "-c"]
RUN install_deb python3-minimal python3-pip python3-setuptools python3-wheel git \