chore(deps): update node docker tag to v23

This commit is contained in:
Peter 2024-10-17 03:35:21 +00:00
parent 7c5965560a
commit 235387c37e
2 changed files with 2 additions and 2 deletions
act_runtime
ente/web

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG BASE_IMAGE=node:20-bookworm-slim
ARG BASE_IMAGE=node:23-bookworm-slim
FROM ${BASE_IMAGE}

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:21-bookworm-slim as ente-builder
FROM node:23-bookworm-slim as ente-builder
ARG ENTE_BRANCH=main
ARG ENTE_APP=photos