Attempt 6
All checks were successful
ci/woodpecker/release/woodpecker Pipeline was successful

This commit is contained in:
GeorgeWebberley 2026-01-26 18:22:06 +01:00
parent 769419cdc0
commit a716bade81

View file

@ -1,3 +1,5 @@
ARG APP_VERSION
FROM node:20-alpine AS deps
RUN apk add --no-cache libc6-compat
WORKDIR /app