From cfc3936d071bd3aff48eb8fb6f11856d67f34890 Mon Sep 17 00:00:00 2001 From: VVKot Date: Sun, 28 Feb 2021 09:29:32 +0000 Subject: [PATCH] feat: switch to using versions instead of hashes for neuron --- neuron/Dockerfile | 2 +- neuron/tags.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neuron/Dockerfile b/neuron/Dockerfile index 554f5b0..b7321f0 100644 --- a/neuron/Dockerfile +++ b/neuron/Dockerfile @@ -1,5 +1,5 @@ ARG VERSION -FROM sridca/neuron@sha256:${VERSION} +FROM sridca/neuron:${VERSION} LABEL io.whalebrew.config.ports '["8080:8080","1440:1440"]' LABEL io.whalebrew.config.volumes_from_args '["-d", "-o", "--output-dir"]' LABEL io.whalebrew.config.working_dir '$PWD' diff --git a/neuron/tags.yaml b/neuron/tags.yaml index 2adb8c7..91b3184 100644 --- a/neuron/tags.yaml +++ b/neuron/tags.yaml @@ -1,2 +1,2 @@ versions: -- 96ce399b232eb473daf2a09794942e314bdf64816a2f09cb9dc24af4dd16fbf2 +- 1.9.22.2