Skip to content

Commit

Permalink
build: use node 18.18.2 on requestor to mitigate ts-node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Dec 4, 2023
1 parent be46416 commit e9538b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Requestor.Dockerfile
@@ -1,7 +1,7 @@
ARG UBUNTU_VERSION=22.04
ARG YA_CORE_REQUESTOR_VERSION=v0.12.3

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

0 comments on commit e9538b3

Please sign in to comment.