Update minio to 2022-06-07T00-33-41Z

This commit is contained in:
Girish Ramakrishnan 2022-06-06 20:57:01 -07:00
parent a0c9c76bd8
commit 4b3b4b9d4d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-06-03T01-40-53Z
ARG VERSION=RELEASE.2022-06-07T00-33-41Z
ARG MC_VERSION=RELEASE.2022-05-09T04-08-26Z
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/

View File

@ -23,7 +23,7 @@ describe('Application life cycle test', function () {
this.timeout(0);
const LOCATION = 'test';
const TEST_TIMEOUT = 10000;
const TEST_TIMEOUT = 30000;
const BUCKET = 'cloudrontestbucket';
const EXEC_ARGS = { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' };