diff --git a/Makefile b/Makefile index 6e1d70087..3d44f5dda 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GO_VERSION ?= 1.20.6 GOOS ?= linux GOARCH ?= amd64 GOPATH ?= $(shell go env GOPATH) -NODE_VERSION ?= 16.11.1 +NODE_VERSION ?= 18.17.0 COMPOSE_PROJECT_NAME := ${TAG}-$(shell git rev-parse --abbrev-ref HEAD) BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD | sed "s!/!-!g") GIT_TAG := $(shell git rev-parse --short HEAD) diff --git a/cmd/satellite/Dockerfile b/cmd/satellite/Dockerfile index a450c45de..89be80beb 100644 --- a/cmd/satellite/Dockerfile +++ b/cmd/satellite/Dockerfile @@ -1,6 +1,6 @@ ARG DOCKER_ARCH # Satellite UI static asset generation -FROM node:16.11.1 as ui +FROM node:18.17.0 as ui WORKDIR /app COPY web/satellite/ /app # Need to clean up (or ignore) local folders like node_modules, etc...