690419:1831 feat: update CI/CD to use SSH key authentication #05
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM n8nio/n8n:latest-debian
|
||||
FROM n8nio/n8n:2.16.1
|
||||
|
||||
USER root
|
||||
|
||||
@@ -6,6 +6,6 @@ USER root
|
||||
RUN echo "deb http://archive.debian.org/debian buster main" > /etc/apt/sources.list && \
|
||||
echo "deb http://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list && \
|
||||
apt-get update -y && \
|
||||
apt-get install -y poppler-utils
|
||||
apt-get install -y poppler-utils python3 python3-pip
|
||||
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user