docker: use 23-alpine as base image for apk
Some checks failed
Push to Docker Hub / Push Docker image to Docker Hub (push) Has been cancelled
Bump Dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
Aidan 2025-05-08 23:45:22 -04:00
parent c8dfb18493
commit b63a914ba8

View File

@ -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