The platform is now part of the image name. This should help Renovate to update only when the image on this platform is available.
This commit is contained in:
parent
d6c8bdc4be
commit
48baddcdb0
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
ARG BUILDPLATFORM=linux/amd64
|
FROM amd64/n8nio/n8n:1.86.0
|
||||||
FROM --platform=$BUILDPLATFORM n8nio/n8n:1.86.0
|
|
||||||
USER root
|
USER root
|
||||||
RUN apk --update add qpdf
|
RUN apk --update add qpdf
|
||||||
USER node
|
USER node
|
||||||
|
|
Loading…
Add table
Reference in a new issue