Skip to content

Commit

Permalink
ci(gateway): use correct tagged catalyst-ci resources (#86)
Browse files Browse the repository at this point in the history
* ci(gateway): Use the proper versioned CI tooling from catalyst-ci
  • Loading branch information
stevenj authored Oct 24, 2023
1 parent 78b5346 commit 076dfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalyst-gateway/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ COPY_SRC:

builder:
# The builder with all necessary tools and the correct rust versions.
FROM github.com/input-output-hk/catalyst-ci/earthly/rust:t1+rustup
FROM github.com/input-output-hk/catalyst-ci/earthly/rust:v2.0.1+rustup

DO github.com/input-output-hk/catalyst-ci/earthly/rust:t1+RUST_SETUP
DO github.com/input-output-hk/catalyst-ci/earthly/rust:v2.0.1+RUST_SETUP

WORKDIR /build

Expand Down

0 comments on commit 076dfb4

Please sign in to comment.