Skip to content

Commit

Permalink
Remove fixed shas from container images
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 1, 2023
1 parent 5c407f2 commit 73e7a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ RUN make install
FROM ghcr.io/informalsystems/hermes:1.4.1 AS hermes-builder

# Get CometMock
FROM ghcr.io/informalsystems/cometmock:v0.37.2-2@sha256:16083c647b029d4b341d47619286478d34328940239b2a747f66515157927102 as cometmock-builder
FROM ghcr.io/informalsystems/cometmock:v0.37.x as cometmock-builder

# Get GoRelayer
FROM ghcr.io/informalsystems/relayer-no-gas-sim:v2.3.0-rc4-no-gas-sim@sha256:24fef51c3e8a1682ea80fd1a7917728b997736244642ad206c8be21357879c9c AS gorelayer-builder
FROM ghcr.io/informalsystems/relayer-no-gas-sim:v2.3.0-rc4-no-gas-sim AS gorelayer-builder

FROM --platform=linux/amd64 fedora:36
RUN dnf update -y
Expand Down

0 comments on commit 73e7a79

Please sign in to comment.