diff --git a/.github/workflows/close-inactive.yaml b/.github/workflows/close-inactive.yaml index f6a4ce3..5784a97 100644 --- a/.github/workflows/close-inactive.yaml +++ b/.github/workflows/close-inactive.yaml @@ -11,7 +11,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v3 + - uses: actions/stale@v6 with: days-before-stale: 30 days-before-close: 14 diff --git a/Dockerfile b/Dockerfile index 5e241ab..a4922bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.8.0-stretch +FROM node:16-stretch RUN mkdir -p /usr/src/app && \ chown node:node /usr/src/app @@ -11,9 +11,9 @@ COPY --chown=node:node . . RUN npm install && \ npm install redis@0.8.1 && \ - npm install pg@4.1.1 && \ + npm install pg@4.5.7 && \ npm install memcached@2.2.2 && \ - npm install aws-sdk@2.738.0 && \ + npm install aws-sdk@2.814.0 && \ npm install rethinkdbdash@2.3.31 ENV STORAGE_TYPE=memcached \ diff --git a/README.md b/README.md index 432a93e..3925a0d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +# Important announcement: + +## [Soon a new version of Hastebin will be launched!](https://github.com/toptal/haste-server/issues/429) + +[Check here what you need to know.](https://github.com/toptal/haste-server/issues/429) + +. +. +. + # Haste Haste is an open-source pastebin software written in node.js, which is easily