Skip to content

Commit

Permalink
chore: pin docker image mcr.microsoft.com/vscode/devcontainers/javasc…
Browse files Browse the repository at this point in the history
…ript-node to d679234 (#30)
  • Loading branch information
OGKevin-bot authored Sep 14, 2022
1 parent 2c1cf81 commit c2cc73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [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=0-18
ARG VARIANT=0-18@sha256:d6792347bfa7da0613155f25a3160e4a95c07ccaa482c4cee1c38060c35c2d01
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

ARG WATCHEXEC_VERSION=1.20.5
Expand Down

0 comments on commit c2cc73c

Please sign in to comment.