Downgrade dumb-init
All checks were successful
Test and build / Test & lint (push) Successful in 1m13s
Test and build / Build (push) Successful in 1m47s

This commit is contained in:
2026-02-23 17:36:31 +01:00
parent f831a0bdc3
commit 764856cb0d

View File

@@ -1,5 +1,5 @@
FROM alpine:3
RUN apk add --no-cache dumb-init=1.2.5-r4
RUN apk add --no-cache dumb-init=1.2.5-r3
WORKDIR /app