You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BuildKit](https://docs.docker.com/develop/develop-images/build_enhancements/) requires a little [workaround](https://github.com/moby/buildkit/issues/816) to trigger the ONBUILD statements. Add a `COPY` statement to the `Dockerfile`:
94
94
95
95
```Dockerfile
96
-
FROM ledermann/rails-base-builder:3.3.3-alpine AS Builder
97
-
FROM ledermann/rails-base-final:3.3.3-alpine
96
+
FROMghcr.io/ledermann/rails-base-builder:3.3.3-alpine AS Builder
0 commit comments