Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Jul 4, 2024
1 parent 55cc28a commit 5da0fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 5da0fe7

Please sign in to comment.