Skip to content

Commit

Permalink
Update builder images
Browse files Browse the repository at this point in the history
  • Loading branch information
bredamatt committed Jun 2, 2023
1 parent 8ab289c commit 6f5869a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion utils/dockerfiles/Dockerfile.funder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM paritytech/ci-linux:production as builder

COPY . /build

Expand Down
2 changes: 1 addition & 1 deletion utils/dockerfiles/Dockerfile.sender
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM paritytech/ci-linux:production as builder

COPY . /build

Expand Down
2 changes: 1 addition & 1 deletion utils/dockerfiles/Dockerfile.tps
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM paritytech/ci-linux:production as builder

COPY . /build

Expand Down

0 comments on commit 6f5869a

Please sign in to comment.