Skip to content

Commit

Permalink
changes for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Sorge committed May 15, 2020
1 parent 98fc8a6 commit cb7207d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SORMAS_POSTGRES_PASSWORD=password

SORMAS_POSTGRES_USER=sormas_user
SORMAS_DOCKER_VERSION=2.1.0
SORMAS_VERSION=1.40.0
SORMAS_DOCKER_VERSION=2.1.1
SORMAS_VERSION=1.40.1
SORMAS_SERVER_URL=sormas-docker-test.com
SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/

Expand Down
2 changes: 1 addition & 1 deletion apache2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM httpd:2.4-alpine
ARG SORMAS_SERVER_URL

ARG SORMAS_VERSION=1.40.0
ARG SORMAS_VERSION=1.40.1
ARG SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/


Expand Down
2 changes: 1 addition & 1 deletion letsencrypt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM lsiobase/nginx:3.11

ARG CERTBOT_VERSION=1.3.0
ARG SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/
ARG SORMAS_VERSION=1.40.0
ARG SORMAS_VERSION=1.40.1

LABEL maintainer="aptalca"

Expand Down
2 changes: 1 addition & 1 deletion sormas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARG MAIL_FROM=sormas@localhost
ARG JVM_MAX=4096m
ARG SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/
EXPOSE 6080
ARG SORMAS_VERSION=1.40.0
ARG SORMAS_VERSION=1.40.1

ENV MAIL_FROM=root@localhost
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit cb7207d

Please sign in to comment.