mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
While this is slower, it ensures we have a proper image parent and can track images for retirement correctly.
3 lines
30 B
Docker
3 lines
30 B
Docker
ARG APP_IMAGE
|
|
FROM $APP_IMAGE
|