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 4e717ef commit 766ea47Copy full SHA for 766ea47
docker-images.yml
@@ -6,7 +6,7 @@ services:
6
hostname: pdb
7
8
vue:
9
- image: smartuse/gemeindescan-webui-vue:0.3.9
+ image: smartuse/gemeindescan-webui-vue:0.3.10
10
hostname: vue
11
12
django:
vue/Makefile
@@ -1,5 +1,5 @@
1
-GEMEINDESCAN_WEBUI_VUE=0.3.9
2
-GEMEINDESCAN_WEBUI_VUE_PREV=0.3.8
+GEMEINDESCAN_WEBUI_VUE=0.3.10
+GEMEINDESCAN_WEBUI_VUE_PREV=0.3.9
3
NOTTY=$(shell command [ "$$DOCKER_NOTTY" = YES ] && echo "-T")
4
DOCKER_EXEC=$(shell command -v docker > /dev/null && echo "docker-compose exec $(NOTTY) vue")
5
0 commit comments