switch to node alpine docker image (#6840)

* switch to node alpine image

* note
This commit is contained in:
Matt Fiddaman
2026-02-04 20:08:17 +00:00
committed by GitHub
parent d8afc6b2be
commit dc5ce6ae96
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
FROM alpine:3.22 AS deps
FROM node:22-alpine AS deps
# Install required packages
RUN apk add --no-cache nodejs yarn python3 openssl build-base
RUN apk add --no-cache python3 openssl build-base
RUN corepack enable
WORKDIR /app

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [matt-fidd]
---
Switch to node alpine docker image