Skip to content

Commit 766ea47

Browse files
committed
updated vue docker image to 0.3.10
1 parent 4e717ef commit 766ea47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
hostname: pdb
77

88
vue:
9-
image: smartuse/gemeindescan-webui-vue:0.3.9
9+
image: smartuse/gemeindescan-webui-vue:0.3.10
1010
hostname: vue
1111

1212
django:

vue/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GEMEINDESCAN_WEBUI_VUE=0.3.9
2-
GEMEINDESCAN_WEBUI_VUE_PREV=0.3.8
1+
GEMEINDESCAN_WEBUI_VUE=0.3.10
2+
GEMEINDESCAN_WEBUI_VUE_PREV=0.3.9
33
NOTTY=$(shell command [ "$$DOCKER_NOTTY" = YES ] && echo "-T")
44
DOCKER_EXEC=$(shell command -v docker > /dev/null && echo "docker-compose exec $(NOTTY) vue")
55

0 commit comments

Comments
 (0)