docker: use 23-alpine as base image for apk
This commit is contained in:
parent
c8dfb18493
commit
b63a914ba8
@ -1,4 +1,4 @@
|
||||
FROM node:latest AS base
|
||||
FROM node:23-alpine AS base
|
||||
|
||||
FROM base AS deps
|
||||
RUN apk add --no-cache libc6-compat
|
||||
|
Loading…
x
Reference in New Issue
Block a user