💚 maybe now everything works?
Some checks failed
Build Docker Image / build-image (push) Failing after 35s
Semver / semver (push) Failing after 33s

This commit is contained in:
Rose 2024-10-16 12:56:16 -05:00
parent 3fceb35f79
commit 345da2b68e
No known key found for this signature in database
5 changed files with 161 additions and 12 deletions

View file

@ -1,4 +1,4 @@
FROM node:21-alpine AS base
FROM node:21 AS base
FROM base AS builder
RUN apk add --no-cache libc6-compat