Compare commits
11
Commits
0.8.0
..
bd4159e4bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd4159e4bf | ||
|
|
98b8e9578f | ||
|
|
c3cc58f4c9 | ||
|
|
c7c32fa386 | ||
|
|
cca7eb0ec3 | ||
|
|
2afceb8436 | ||
|
|
fa15fc36ca | ||
|
|
8b6db25695 | ||
|
|
5042166604 | ||
|
|
72164ee20e | ||
|
|
cb951b4b12 |
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM registry.odit.services/hub/library/node:17.0.1-alpine3.14
|
||||
FROM registry.odit.services/hub/library/node:18.0.0-alpine3.14
|
||||
ARG NPM_REGISTRY_DOMAIN=registry.npmjs.org
|
||||
ARG NPM_REGISTRY_TOKEN=null
|
||||
WORKDIR /app
|
||||
@@ -10,7 +10,7 @@ COPY src ./src
|
||||
COPY knexfile.js ./
|
||||
RUN mkdir db
|
||||
|
||||
FROM registry.odit.services/hub/library/node:17.0.1-alpine3.14
|
||||
FROM registry.odit.services/hub/library/node:18.0.0-alpine3.14
|
||||
WORKDIR /app
|
||||
COPY --from=0 /app /app
|
||||
ENV NODE_ENV production
|
||||
|
||||
+3
-3
@@ -26,20 +26,20 @@
|
||||
"dependencies": {
|
||||
"argon2": "^0.28.2",
|
||||
"badge-maker": "^3.3.1",
|
||||
"dotenv": "^15.0.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"fastify": "^3.20.1",
|
||||
"fastify-auth": "^1.1.0",
|
||||
"fastify-basic-auth": "^2.1.0",
|
||||
"fastify-cors": "^6.0.2",
|
||||
"fastify-jwt": "^4.0.0",
|
||||
"isbot": "^3.3.3",
|
||||
"knex": "0.95.15",
|
||||
"knex": "2.0.0",
|
||||
"sqlite3": "^5.0.2",
|
||||
"uniqid": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.12",
|
||||
"release-it": "^14.11.3"
|
||||
"release-it": "^15.0.0"
|
||||
},
|
||||
"release-it": {
|
||||
"git": {
|
||||
|
||||
Reference in New Issue
Block a user