We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ddb9 commit 79bfcbfCopy full SHA for 79bfcbf
django/Makefile
@@ -1,4 +1,4 @@
1
-GEMEINDESCAN_WEBUI_DJANGO=0.3.3
+GEMEINDESCAN_WEBUI_DJANGO=0.3.4
2
DOCKER_EXEC=$(shell command -v docker > /dev/null && echo "docker-compose exec django")
3
4
.PHONY: all
docker-images.yml
@@ -10,5 +10,5 @@ services:
10
hostname: vue
11
12
django:
13
- image: smartuse/gemeindescan-webui-django:0.3.3
+ image: smartuse/gemeindescan-webui-django:0.3.4
14
hostname: django
0 commit comments