dockerfile: update the image to debian 12
because there's no debian 11 armv7 image
This commit is contained in:
parent
d4b8400146
commit
eb84aecebc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue