mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
config: 🔧 upgrade Docker base image to Node.js LTS 22
This commit is contained in:
parent
cef8263641
commit
73ac5339f4
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
ARG UID=1001
|
||||
ARG GID=1001
|
||||
|
||||
FROM node:20-bookworm-slim as base
|
||||
FROM node:22-bookworm-slim as base
|
||||
|
||||
# build stage
|
||||
FROM base AS deps
|
||||
|
|
@ -10,7 +10,7 @@ WORKDIR /app
|
|||
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
RUN npm ci --only=production
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue