Skip to content

Commit

Permalink
feat: switch to using versions instead of hashes for neuron (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
VVKot authored Mar 12, 2021
1 parent bca06d5 commit 0954e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions neuron/Dockerfile
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion neuron/tags.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versions:
- 96ce399b232eb473daf2a09794942e314bdf64816a2f09cb9dc24af4dd16fbf2
- 1.9.22.2

0 comments on commit 0954e49

Please sign in to comment.