Add --pull and --no-cache flags to docker buildx build to ensure: - Base image (node:22.20-alpine) is always pulled fresh - No cached layers from previous builds are used This fixes issue #1079 where published images contained outdated Node.js v20.18.x instead of the expected v22.20.x from Dockerfile.dev, causing Prisma 7 compatibility failures. Fixes #1079 |
||
|---|---|---|
| .. | ||
| build-containers.yml | ||
| build-extension.yaml | ||
| build.yml | ||
| codeql.yml | ||
| eslint | ||
| issue-label-triggers.yml | ||
| pr-docker-build.yml | ||
| publish-extension.yml | ||
| stale.yml | ||