latest node:alpine image

This commit is contained in:
Benjamin Auquite 2025-04-30 10:42:07 -05:00 committed by GitHub
parent ffe1a3382d
commit 9fc2796dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:21-alpine
FROM node:alpine
RUN apk update && apk upgrade && \
apk add --no-cache git
@ -9,4 +9,4 @@ COPY package*.json ./
RUN npm ci --only-production
COPY . .
CMD [ "node", "--insecure-http-parser", "index.js" ]
CMD [ "node", "--insecure-http-parser", "index.js" ]