Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Dec 4, 2023
1 parent 28700cf commit 680bdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .

RUN make server cli

FROM node:18 as ui-builder
FROM node:18.12.0 as ui-builder

COPY ui ui

Expand Down
2 changes: 1 addition & 1 deletion ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: deps $(SOURCES)
.PHONY: lint-check
lint-check: deps $(SOURCES)
@echo "+ $@"
yarn lint-check
NODE_OPTIONS=--openssl-legacy-provider yarn lint-check

# runs unit tests in a non-interactive mode (w/o watching)
.PHONY: test
Expand Down

0 comments on commit 680bdfb

Please sign in to comment.