diff --git a/Dockerfile b/Dockerfile index 1d93462..cbea6bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM kerberos/base:dc12d68 AS builder +FROM kerberos/base:eb6b088 AS builder LABEL AUTHOR=Kerberos.io ENV GOROOT=/usr/local/go @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN mkdir /usr/local/nvm ENV NVM_DIR /usr/local/nvm -ENV NODE_VERSION 16.17.0 +ENV NODE_VERSION 18.17.0 RUN curl https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash \ && . $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION \