From 7a7500702480ef5ada890ff697b32126d4c1bb58 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 20 Nov 2021 21:45:51 -0800 Subject: remove images no longer used, gitlab.ci --- src/git-snapshot/Dockerfile | 5 +++-- src/git-snapshot/VERSION | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/git-snapshot') 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 \ diff --git a/src/git-snapshot/VERSION b/src/git-snapshot/VERSION index f9cece5..5c314e5 100644 --- a/src/git-snapshot/VERSION +++ b/src/git-snapshot/VERSION @@ -1 +1 @@ -v0.0.3 +v0.0.5 -- cgit v1.2.3