This commit is contained in:
Breizh 2022-12-23 00:56:37 +01:00
commit 8b70af7d2c
3 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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