Use node latest

This commit is contained in:
Jade Ellis 2024-08-25 04:58:22 +01:00
parent 71bf1598fb
commit f4ec36c724
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -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