revert(docker): switch back to node:20-alpine base image
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:
parent
89a3d3dae5
commit
484e0fecb8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue