Skip to content

Commit

Permalink
reset probot version for Docker build to work
Browse files Browse the repository at this point in the history
  • Loading branch information
decyjphr committed May 2, 2024
1 parent 5df7a0a commit d766c92
Show file tree
Hide file tree
Showing 3 changed files with 1,021 additions and 1,483 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:16-alpine
WORKDIR /opt/safe-settings
ENV NODE_ENV production
## Set the Labels
Expand All @@ -22,4 +22,4 @@ USER node

## This does not start properly when using the ['npm','start'] format
## so stick with just calling it outright
CMD npm start
CMD npm start
Loading

0 comments on commit d766c92

Please sign in to comment.