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

chore: upgrade deno in dockerfile #698

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG VARIANT=bullseye
FROM --platform=linux/amd64 mcr.microsoft.com/devcontainers/base:0-${VARIANT} as vscode

ARG DENO_VERSION=1.30.3
ARG DENO_VERSION=1.31.1
ARG POLKADOT_VERSION=v0.9.36
ARG POLKADOT_PARACHAIN_VERSION=v0.9.360
ARG ZOMBIENET_VERSION=v1.3.30
Expand Down