Skip to content

Commit 93e601f

Browse files
nicholasdillegithub-actions[bot]
authored andcommitted
Fixed build by pinning node to LTS
1 parent fcad9d1 commit 93e601f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/n8n/Dockerfile.template

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#syntax=docker/dockerfile:1.12.1@sha256:93bfd3b68c109427185cd78b4779fc82b484b0b7618e36d0f104d4d801e66d25
22

3-
FROM ghcr.io/uniget-org/tools/nodejs:latest AS nodejs
3+
FROM ghcr.io/uniget-org/tools/nodejs-lts:latest AS nodejs
44
FROM ghcr.io/uniget-org/tools/npm:latest AS npm
5-
FROM ghcr.io/uniget-org/tools/python:latest AS python
65

76
FROM registry.gitlab.com/uniget-org/images/ubuntu:24.04 AS prepare
87
COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
@@ -11,7 +10,6 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
1110
SHELL [ "bash", "-clo", "errexit" ]
1211
COPY --link --from=nodejs / /usr/local/
1312
COPY --link --from=npm / /usr/local/
14-
COPY --link --from=python / /usr/local/
1513
WORKDIR /uniget_bootstrap/libexec/n8n
1614
ARG name
1715
ARG version

0 commit comments

Comments
 (0)