Skip to content

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fntlnz committed Aug 7, 2024
1 parent b9aa166 commit 692f7e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ staticreg serve
### Run with Docker

```bash
docker run --rm -d cr.seqera.io/public/staticreg:0.1.3 serve --registry <registry-url-here>
docker run --rm -d cr.seqera.io/public/staticreg:0.1.4 serve --registry <registry-url-here>
```

## Install on Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
2 changes: 1 addition & 1 deletion manifests/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
restartPolicy: Always
containers:
- name: staticreg
image: cr.seqera.io/public/staticreg:0.1.3
image: cr.seqera.io/public/staticreg:0.1.4
command:
[
"/staticreg",
Expand Down

0 comments on commit 692f7e3

Please sign in to comment.