Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Dec 5, 2024
1 parent 1e4d75b commit b0b7daa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ RUN npm install \
n8n-nodes-pdfkit \
n8n-nodes-carbonejs


# Imagem final
FROM n8nio/n8n:1.68.0
FROM n8nio/n8n:latest
USER root
RUN apk --update --no-cache --purge add libreoffice-common
# Copia as dependências globais instaladas da etapa de construção
Expand Down

0 comments on commit b0b7daa

Please sign in to comment.