Skip to content

Commit

Permalink
[AR-2866] - MailArchivaPrincipal NullPointerException: null
Browse files Browse the repository at this point in the history
[AR-2871] - Mounting an external volume has status INIT
  • Loading branch information
JoKneeMo committed Apr 16, 2023
1 parent c9c242d commit e34d4b5
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.55"
LABEL version="8.11.56"

ARG MAILARCHIVA_VERSION=8.11.55
ARG MAILARCHIVA_VERSION=8.11.56
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.55
image: jokneemo/mailarchiva:8.11.56
restart: unless-stopped
build:
context: .
Expand Down

0 comments on commit e34d4b5

Please sign in to comment.