0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

chore(deps): update mcr.microsoft.com/devcontainers/javascript-node docker tag to v1 (#10902)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-30 11:57:42 +08:00 committed by GitHub
parent 568a113bc3
commit 00eda992e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:0-18 FROM mcr.microsoft.com/devcontainers/javascript-node:1-18
# Install playwright # Install playwright
RUN npm install -g @playwright/test RUN npm install -g @playwright/test

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/javascript-node:0-18 FROM mcr.microsoft.com/devcontainers/javascript-node:1-18
# Install latest pnpm # Install latest pnpm
RUN npm install -g pnpm RUN npm install -g pnpm