mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-09 06:08:03 -05:00
Align Docker Node to 22 (#566)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20-alpine as builder
|
||||
FROM node:22-alpine as builder
|
||||
RUN apk add --no-cache git curl
|
||||
|
||||
WORKDIR /builder
|
||||
@@ -20,7 +20,7 @@ COPY . .
|
||||
RUN yarn build
|
||||
|
||||
# Create image by copying build artifacts
|
||||
FROM node:20-alpine as runner
|
||||
FROM node:22-alpine as runner
|
||||
|
||||
# Add curl for HEALTHCHECK
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
Reference in New Issue
Block a user