Updated Platform tag to Var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
0ef9e7a759
commit
096337ad80
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
FROM --platform=linux/amd64 n8nio/n8n:1.85.4
|
ARG TARGETPLATFORM=linux/amd64
|
||||||
|
FROM --platform=$TARGETPLATFORM 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