Skip to content

Commit

Permalink
chore: update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <[email protected]>
  • Loading branch information
Freyskeyd committed Jun 28, 2023
1 parent 7e56620 commit 5adffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG TOOLCHAIN_VERSION
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/topos-network/rust_builder:bullseye-${TOOLCHAIN_VERSION} AS base
FROM --platform=${BUILDPLATFORM:-linux/amd64} ghcr.io/topos-protocol/rust_builder:bullseye-${TOOLCHAIN_VERSION} AS base

ARG FEATURES
# Rust cache
Expand Down

0 comments on commit 5adffc5

Please sign in to comment.