diff --git a/dht-node/Dockerfile b/dht-node/Dockerfile index abb8ee99a..e3d2f599b 100644 --- a/dht-node/Dockerfile +++ b/dht-node/Dockerfile @@ -1,7 +1,7 @@ ################################################################################## # BASE ########################################################################### ################################################################################## -FROM node:18.7.0-alpine3.16 as base +FROM node:19.5.0-alpine3.17 as base # ENVs (available in production aswell, can be overwritten by commandline or env file) ## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame