Skip to content

Commit

Permalink
[AR-2875] - resilient handling of Backblaze B2 socket timeouts
Browse files Browse the repository at this point in the history
[AR-2880] - optimize data export performance (flow concurentMap)
[AR-2881] - export volume to tar.gz has extension zip
[AR-2882] - multitenant: delete an instance with data should delete database
  • Loading branch information
JoKneeMo committed Jun 12, 2023
1 parent 47c0d98 commit 61a7fb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM tomcat:jre8 as builder

LABEL maintainer="JoKneeMo <https://github.com/JoKneeMo>"
LABEL version="8.11.58"
LABEL version="8.11.59"

ARG MAILARCHIVA_VERSION=8.11.58
ARG MAILARCHIVA_VERSION=8.11.59
ARG DEBIAN_FRONTEND=noninteractive

WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
mailarchiva:
image: jokneemo/mailarchiva:8.11.58
image: jokneemo/mailarchiva:8.11.59
restart: unless-stopped
build:
context: .
Expand Down

0 comments on commit 61a7fb1

Please sign in to comment.