diff options
| author | Max Resnick <max@ofmax.li> | 2020-04-10 22:51:15 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2020-04-10 23:12:57 -0700 |
| commit | 699c1344fcc57ceab2e84c49311e17047b30c681 (patch) | |
| tree | 30f038edd2a86db932259dd81de483ee039e53d5 /src/git-snapshot/Dockerfile | |
| parent | 54fbd4333809568e19da1cd3697f7a1e08aa51b3 (diff) | |
| download | grumpy-containers-699c1344fcc57ceab2e84c49311e17047b30c681.tar.gz | |
refactor make, change base
Diffstat (limited to 'src/git-snapshot/Dockerfile')
| -rw-r--r-- | src/git-snapshot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-snapshot/Dockerfile b/src/git-snapshot/Dockerfile index 3c78a99..87e08a6 100644 --- a/src/git-snapshot/Dockerfile +++ b/src/git-snapshot/Dockerfile @@ -1,5 +1,5 @@ ARG GIT_SNAPSHOT=0.0.1 -FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.2 +FROM registry.gitlab.com/grumps/grumpy-containers/base:v0.0.3 ARG GIT_SNAPSHOT SHELL ["/bin/bash", "-c"] RUN install_deb python3-minimal python3-pip python3-setuptools python3-wheel git \ |