Skip to content

Commit

Permalink
Merge pull request #77 from hzi-braunschweig/development
Browse files Browse the repository at this point in the history
updated to version2.7.0
  • Loading branch information
asohh authored Jul 24, 2020
2 parents 8033c8a + 2d4fd72 commit f7ca049
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.6.3
SORMAS_VERSION=1.44.3
SORMAS_DOCKER_VERSION=2.7.0
SORMAS_VERSION=1.45.0
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.44.3
ARG SORMAS_VERSION=1.45.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.44.3
ARG SORMAS_VERSION=1.45.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 @@ -13,7 +13,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.44.3
ARG SORMAS_VERSION=1.45.0

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

0 comments on commit f7ca049

Please sign in to comment.