mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-24 10:12:59 +01:00
Bump node docker version
This commit is contained in:
parent
1081896816
commit
a9912bd889
@ -1,6 +1,6 @@
|
||||
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.18
|
||||
|
||||
FROM node:20 AS frontend-builder
|
||||
FROM node:22-alpine AS frontend-builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@ -12,7 +12,7 @@ COPY frontend/ .
|
||||
|
||||
RUN pnpm build
|
||||
|
||||
FROM node:20 AS backend-builder
|
||||
FROM node:22-alpine AS backend-builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user