revert(docker): switch back to node:20-alpine base image
Some checks failed
Build images / check-docker (push) Successful in 0s
Build images / scan (push) Failing after 57s
Build images / build-and-push (push) Has been skipped

dhi.io is unreachable on the company network, blocking apk during build.
Trivy scanning in CI provides vulnerability coverage in the meantime.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
docker-claude 2026-04-20 14:28:45 +02:00
parent 89a3d3dae5
commit 484e0fecb8

View file

@ -1,4 +1,4 @@
FROM registry.zeidler.dev/docker-dhi/node:25-alpine3.23-dev FROM node:20-alpine
# Install runtime dependencies # Install runtime dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \