diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a0eb23f88..39865266e 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/javascript-node:0-20 +FROM mcr.microsoft.com/devcontainers/javascript-node:1-20@sha256:f28172ab4f8cf57dacadc4d2aecf6d108bd9881617bd133b16ddcff6e6eef340 # We uninstall pnpm here, since we enable the corepack version in the postCreateCommand # This ensures we respect the "packageManager" version in package.json @@ -8,4 +8,4 @@ RUN npm uninstall -g pnpm RUN apt-get update && apt-get install -y git unzip gzip xz-utils RUN curl -fsSL https://moonrepo.dev/install/proto.sh | bash -s -- --yes -COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt \ No newline at end of file +COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt