Skip to content

Commit 7a8799c

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/CLDSRV-831/fix_utapiv1_reindex_requests' into w/9.1/bugfix/CLDSRV-831/fix_utapiv1_reindex_requests
2 parents 5a69ddc + b0b90fe commit 7a8799c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN apt-get update \
4343
jq \
4444
tini \
4545
python3-redis \
46+
python3-requests \
4647
&& rm -rf /var/lib/apt/lists/*
4748

4849
WORKDIR /usr/src/app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenko/cloudserver",
3-
"version": "9.1.9",
3+
"version": "9.1.10",
44
"description": "Zenko CloudServer, an open-source Node.js implementation of a server handling the Amazon S3 protocol",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)