Skip to content

Commit

Permalink
Bunch of clean-up for more modern standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lattyware committed May 20, 2022
1 parent c5078ad commit 9556eec
Show file tree
Hide file tree
Showing 129 changed files with 1,498 additions and 1,467 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=17
ARG NODE_VERSION=18
ARG MODE=production
ARG BUILD_DATE
ARG VCS_REF
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=17
ARG NODE_VERSION=18

FROM node:${NODE_VERSION}-alpine

Expand Down
Loading

0 comments on commit 9556eec

Please sign in to comment.