diff --git a/Makefile b/Makefile index e564bee1a..7f476cf85 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ REPLACE := perl -i -pe RODAN_PATH := ./rodan-main/code/rodan JOBS_PATH := $(RODAN_PATH)/jobs -PROD_TAG := v3.3.0 +PROD_TAG := v3.3.1 DOCKER_TAG := nightly diff --git a/production.yml b/production.yml index bbc6dbd71..6c1b04150 100644 --- a/production.yml +++ b/production.yml @@ -3,7 +3,7 @@ version: "3.4" services: nginx: - image: "ddmal/nginx:v3.3.0" + image: "ddmal/nginx:v3.3.1" deploy: replicas: 1 resources: @@ -37,7 +37,7 @@ services: - "resources:/rodan/data" rodan-main: - image: "ddmal/rodan-main:v3.3.0" + image: "ddmal/rodan-main:v3.3.1" deploy: replicas: 1 resources: @@ -78,7 +78,7 @@ services: - "resources:/rodan/data" celery: - image: "ddmal/rodan-main:v3.3.0" + image: "ddmal/rodan-main:v3.3.1" deploy: replicas: 1 resources: @@ -109,7 +109,7 @@ services: - "resources:/rodan/data" py3-celery: - image: "ddmal/rodan-python3-celery:v3.3.0" + image: "ddmal/rodan-python3-celery:v3.3.1" deploy: replicas: 1 resources: @@ -139,7 +139,7 @@ services: - "resources:/rodan/data" gpu-celery: - image: "ddmal/rodan-gpu-celery:v3.3.0" + image: "ddmal/rodan-gpu-celery:v3.3.1" deploy: replicas: 1 resources: @@ -195,7 +195,7 @@ services: TZ: America/Toronto postgres: - image: "ddmal/postgres-plpython:v3.3.0" + image: "ddmal/postgres-plpython:v3.3.1" deploy: replicas: 1 endpoint_mode: dnsrr diff --git a/rodan-client/code/templates/index.html b/rodan-client/code/templates/index.html index ee5dc0155..1f48e48a0 100644 --- a/rodan-client/code/templates/index.html +++ b/rodan-client/code/templates/index.html @@ -1,18 +1,32 @@
- +