Skip to content

Commit

Permalink
Update container version
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Oct 7, 2024
1 parent d4c98ce commit 6b91dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt

0 comments on commit 6b91dbe

Please sign in to comment.