Skip to content

Commit

Permalink
image updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryan committed Apr 24, 2024
1 parent bf26f28 commit 17a2402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- dockerfile: ./osmosisd/Dockerfile
image: ghcr.io/defiantlabs/osmosisd
platforms: linux/amd64
tag: v22.0.0
tag: v24.0.1
- dockerfile: ./kujirad/Dockerfile
image: ghcr.io/defiantlabs/kujirad
platforms: linux/amd64
tag: v0.9.3-1
tag: v1.0.2
- dockerfile: ./odind/Dockerfile
image: ghcr.io/defiantlabs/odind
tag: v0.7.7
tag: v0.7.12
platforms: linux/amd64
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion babylond/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ COPY --from=build-env /go/src/github.com/babylonchain/babylon/build/babylond /bi
WORKDIR /home/defiant
RUN chown -R defiant /home/defiant
RUN chmod g+s /home/defiant
USER defiant
USER defiant

0 comments on commit 17a2402

Please sign in to comment.