Browse Source

Update dockerfile to use Node 20

pull/747/head
William Oldham 2 years ago committed by GitHub
parent
commit
ff8661a644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dockerfile

2
dockerfile

@ -1,4 +1,4 @@
FROM node:16.15-alpine as build FROM node:20-alpine as build
WORKDIR /app WORKDIR /app
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"

Loading…
Cancel
Save