chore(deps): update node docker tag to v23
Some checks failed
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Failing after 11s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Failing after 12m34s
Image builds / build_images (renovate) (push) Failing after 1m48s
Image builds / build-ente-images (photos) (push) Failing after 3m13s
Image builds / build-ente-images (cast) (push) Failing after 17m9s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Failing after 17m35s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Successful in 5m13s
Some checks failed
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest) (push) Failing after 11s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest-amd64) (push) Failing after 12m34s
Image builds / build_images (renovate) (push) Failing after 1m48s
Image builds / build-ente-images (photos) (push) Failing after 3m13s
Image builds / build-ente-images (cast) (push) Failing after 17m9s
act_runtime / build_images (node:20-bookworm-slim, ubuntu-latest) (push) Failing after 17m35s
act_runtime / build_images (node:20-bullseye-slim, ubuntu-latest-amd64) (push) Successful in 5m13s
This commit is contained in:
parent
7c5965560a
commit
235387c37e
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue