Skip to content

Commit

Permalink
upgrade node to new LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Nov 11, 2021
1 parent d5d284b commit d205969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY Makefile main.go ./
COPY server/ ./server/
RUN make VERSION=$VERSION COMMIT=$COMMIT RELEASE=1 build

FROM node:14-alpine AS build-frontend
FROM node:16-alpine AS build-frontend
WORKDIR /wd
ENV PARCEL_WORKERS 1
# node-gyp dependencies: https://github.com/nodejs/node-gyp#on-unix
Expand Down

0 comments on commit d205969

Please sign in to comment.