docker: use 23-alpine as base image for apk
This commit is contained in:
parent
c8dfb18493
commit
b63a914ba8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:latest AS base
|
FROM node:23-alpine AS base
|
||||||
|
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN apk add --no-cache libc6-compat
|
RUN apk add --no-cache libc6-compat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue