Skip to content

Commit

Permalink
Merge pull request #69 from hzi-braunschweig/development
Browse files Browse the repository at this point in the history
Release v2.5.0
  • Loading branch information
nliakm authored Jul 10, 2020
2 parents 29044e8 + f1df57e commit e10f351
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4.2
SORMAS_VERSION=1.43.2
SORMAS_DOCKER_VERSION=2.5.0
SORMAS_VERSION=1.44.0
SORMAS_SERVER_URL=sormas-docker-test.com
SORMAS_URL=https://github.com/hzi-braunschweig/SORMAS-Project/releases/download/

Expand Down Expand Up @@ -39,4 +39,4 @@ DISABLE_CERTBOT=true
LETSENCRYPT_MAIL=
GEO_UUID=
DEVMODE=false
JSON_LOGGING=false
JSON_LOGGING=false
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.43.2
ARG SORMAS_VERSION=1.44.0
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.43.2
ARG SORMAS_VERSION=1.44.0

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.43.2
ARG SORMAS_VERSION=1.44.0

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

0 comments on commit e10f351

Please sign in to comment.