Use node latest
This commit is contained in:
parent
71bf1598fb
commit
f4ec36c724
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# build the sapper app
|
||||
FROM node:slim AS base
|
||||
FROM node:latest AS base
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
RUN corepack enable
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue