Skip to content

Commit

Permalink
3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraj committed Jan 15, 2018
1 parent 5736f74 commit e119e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile/dockbix-xxl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer "Jan Garaj <[email protected]>"
# ZABBIX_VERSION=trunk tags/3.0.1 branches/dev/ZBXNEXT-1263-1

ENV \
ZABBIX_VERSION=tags/3.4.4 \
ZABBIX_VERSION=tags/3.4.6 \
ZS_enabled=true \
ZA_enabled=true \
ZW_enabled=true \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile/dockbix-xxl/retag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git push origin master
git push origin --tags

# create tags from the list
tags=('3.4.0' '3.4.1' '3.4.2' '3.4.3' '3.4.4' '3.4.5');
tags=('3.4.0' '3.4.1' '3.4.2' '3.4.3' '3.4.4' '3.4.5' '3.4.6');
for t in "${tags[@]}"
do
echo "Creating tag $t"
Expand Down

0 comments on commit e119e45

Please sign in to comment.