Skip to content

Commit

Permalink
Make version 5.0.0 and update to latest node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ElusiveMind committed Sep 9, 2021
1 parent 9d60c1c commit 54086a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ProboCI
# https://www.probo.ci

FROM node:12.20.2
FROM node:12

RUN useradd --user-group --create-home --shell /bin/false probo
RUN mkdir -p /home/probo/app
COPY . /home/probo/app
RUN chown -R probo:probo /home/probo/app

USER probo
#USER probo
RUN cd /home/probo/app/ && npm install

WORKDIR /home/probo/app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "probo-reaper",
"version": "4.3.0",
"version": "5.0.0",
"description": "Cleans up old Probo containers and ensures that only the allocated number of containers exist.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 54086a3

Please sign in to comment.