Merge branch 'main' of git.odit.services:kauft.es/linkylinky
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
commit
2bd82ceb01
@ -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
|
||||
|
@ -26,7 +26,7 @@
|
||||
"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",
|
||||
@ -39,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.12",
|
||||
"release-it": "^14.11.3"
|
||||
"release-it": "^15.0.0"
|
||||
},
|
||||
"release-it": {
|
||||
"git": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user