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:
parent
568a113bc3
commit
00eda992e1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue