Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jul 11, 2023
1 parent 2b0598d commit e0df331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node-bin.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 AS builder

ARG RUST_TOOLCHAIN='stable'
ARG RUST_TOOLCHAIN='1.69.0'
ARG CARGO_PROFILE='production'
ARG PHALA_GIT_REPO='https://github.com/Phala-Network/khala-parachain.git'
ARG PHALA_GIT_TAG='main'
Expand Down
4 changes: 2 additions & 2 deletions thala-dev-node.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:20.04 AS builder

ARG DEBIAN_FRONTEND='noninteractive'
ARG RUST_TOOLCHAIN='nightly-2023-02-03'
ARG RUST_TOOLCHAIN='1.69.0'
ARG PHALA_GIT_REPO='https://github.com/Phala-Network/khala-parachain.git'
ARG PHALA_GIT_TAG='main'
ARG POLKADOT_VERSION="v0.9.40"
ARG POLKADOT_VERSION="v0.9.43"

WORKDIR /root

Expand Down

0 comments on commit e0df331

Please sign in to comment.