Skip to content

Commit

Permalink
fix devcontainer dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Apr 2, 2024
1 parent 4c08fc9 commit 7f43583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 18, 16, 14, 18-bullseye, 16-bullseye, 14-bullseye, 18-buster, 16-buster, 14-buster
ARG VARIANT=18-bullseye
FROM mcr.microsoft.com/devcontainers/typescript-node:0-${VARIANT}
ARG VARIANT=20-bookworm
FROM mcr.microsoft.com/devcontainers/typescript-node:${VARIANT}

# install mcfly as root
RUN curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
context: ..
dockerfile: .devcontainer/Dockerfile
args:
VARIANT: 20-bullseye
VARIANT: "1-20"
volumes:
- ..:/workspaces/staking-backend-processor:cached
- staking-backend-processor-node_modules:/workspaces/staking-backend-processor/node_modules
Expand Down

0 comments on commit 7f43583

Please sign in to comment.