Skip to content

Commit

Permalink
More secure work around
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Nov 2, 2022
1 parent 15732f1 commit 81ab362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts as builder
FROM node:16.14.2 as builder
WORKDIR /src
COPY . .
RUN yarn
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"deploy": "npm run build && firebase deploy",
"serve": "firebase serve",
"start": "react-scripts --openssl-legacy-provider start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
Expand Down

0 comments on commit 81ab362

Please sign in to comment.