Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: update polkadot version to 0.9.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleecode committed Dec 21, 2022
1 parent ee23a4e commit 10255b7
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
Expand Up @@ -2,7 +2,7 @@ ARG DENO_VERSION=1.29.1

FROM denoland/deno:${DENO_VERSION} as vscode

ARG POLKADOT_VERSION=v0.9.25
ARG POLKADOT_VERSION=v0.9.31

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
Expand Down

0 comments on commit 10255b7

Please sign in to comment.