Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
update base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
José Molina committed Feb 15, 2024
1 parent 2a2adeb commit 9ec32ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.git
**/*.txt
**/*.md

# dotfiles in the repo root
/.*
target/
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ license = "Apache License v2"

# common
async-trait = "0.1"
clap = "4.4.11"
clap = "4.5.0"
parity-scale-codec = { version = "3.6.9", default-features = false, features = [
"derive",
] }
Expand Down
2 changes: 1 addition & 1 deletion docker/trappist-parachain.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is sourced from https://github.com/paritytech/polkadot-sdk/blob/master/scripts/ci/dockerfiles/polkadot/polkadot_builder.Dockerfile
FROM docker.io/paritytech/ci-linux:production as builder
FROM docker.io/paritytech/ci-unified:latest as builder

WORKDIR /trappist
COPY . /trappist
Expand Down

0 comments on commit 9ec32ed

Please sign in to comment.