dockerfile: update the image to debian 12

because there's no debian 11 armv7 image
This commit is contained in:
wukko 2024-11-02 18:04:21 +06:00
parent d4b8400146
commit eb84aecebc
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1,4 +1,4 @@
FROM node:23-bullseye-slim AS base
FROM node:23-bookworm-slim AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"