Skip to content

Commit

Permalink
Merge pull request #1129 from golemfactory/build/update-node-version-…
Browse files Browse the repository at this point in the history
…on-docker-requestor

build: use node 22 on requestor in docker
  • Loading branch information
grisha87 authored Nov 21, 2024
2 parents a912e56 + 9ebda3f commit 7320d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Requestor.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG UBUNTU_VERSION=22.04
ARG YA_CORE_REQUESTOR_VERSION=v0.15.2

FROM node:18.18.2
FROM node:22
ARG YA_CORE_REQUESTOR_VERSION
ARG YA_DIR_INSTALLER=/ya-installer
ARG YA_DIR_BIN=/usr/bin
Expand Down

0 comments on commit 7320d84

Please sign in to comment.