Compare commits

...

2 Commits

Author SHA1 Message Date
williamlardier d3c44772c1 CLDSRV-520: bump project version 2024-05-10 08:43:06 +02:00
williamlardier 11eaeb9482 CLDSRV-520: fix federation image with tsc 2024-05-10 08:42:58 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ RUN rm -f ~/.gitconfig && \
git config --global --add safe.directory . && \
git lfs install && \
GIT_LFS_SKIP_SMUDGE=1 && \
npm install typescript -g && \
yarn install --frozen-lockfile --production --network-concurrency 1 && \
yarn cache clean --all

View File

@ -1,6 +1,6 @@
{
"name": "@zenko/cloudserver",
"version": "8.8.21",
"version": "8.8.22",
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
"main": "index.js",
"engines": {