Skip to content

Commit

Permalink
feat: switch to using versions instead of hashes for neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
VVKot committed Feb 28, 2021
1 parent bca06d5 commit cfc3936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neuron/Dockerfile
Original file line number Diff line number Diff line change
@@ -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'
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 cfc3936

Please sign in to comment.