Skip to content

Commit

Permalink
Update build-container task builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
olanod committed Jun 26, 2024
1 parent 3d0bcdd commit 726c7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ benchmark pallet="" extrinsic="*":

build-container:
#!/usr/bin/env nu
'FROM docker.io/paritytech/ci-linux:production as builder
'FROM docker.io/paritytech/ci-unified:latest as builder
WORKDIR /virto
COPY . /virto
RUN cargo build --release
FROM debian:bookworm-slim
FROM debian:bullseye-slim
VOLUME /data
COPY --from=builder /virto/{{ node }} /usr/bin
ENTRYPOINT ["/usr/bin/virto-node"]
Expand Down

0 comments on commit 726c7af

Please sign in to comment.