diff --git a/neuron/Dockerfile b/neuron/Dockerfile index 554f5b0..5cc8cee 100644 --- a/neuron/Dockerfile +++ b/neuron/Dockerfile @@ -1,5 +1,5 @@ -ARG VERSION -FROM sridca/neuron@sha256:${VERSION} +ARG VERSION=1.9.22.2 +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