Removed Tragetplatform arg because not nessesary
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
91a30021b7
commit
c6cf401178
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
ARG TARGETPLATFORM=linux/amd64
|
|
||||||
ARG BUILDPLATFORM=linux/amd64
|
ARG BUILDPLATFORM=linux/amd64
|
||||||
FROM --platform=$TARGETPLATFORM n8nio/n8n:1.85.4
|
FROM --platform=$BUILDPLATFORM n8nio/n8n:1.85.4
|
||||||
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