File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ SHELL = /bin/bash
66# DCAPE_USED==1 when called from upper Makefile
77DCAPE_USED ?= 0
88# Webtail Docker image version by dcape
9- CIS_WEBTAIL_VER0 ?= 0.33
9+ CIS_WEBTAIL_VER0 ?= 0.34
1010# Webtail Docker image version
1111CIS_WEBTAIL_VER ?= $(CIS_WEBTAIL_VER0 )
1212# Webhook Docker image version by dcape
13- CIS_WEBHOOK_VER0 ?= 0.5
13+ CIS_WEBHOOK_VER0 ?= 0.7
1414# Webtail Docker image version
1515CIS_WEBHOOK_VER ?= $(CIS_WEBHOOK_VER0 )
1616# Narra Docker image version by dcape
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL = /bin/bash
66# DCAPE_USED==1 when called from upper Makefile
77DCAPE_USED ?= 0
88# Gitea Docker image version by dcape
9- GITEA_VER0 ?= 1.4.3
9+ GITEA_VER0 ?= 1.5.1
1010# Gitea Docker image version
1111GITEA_VER ?= $(GITEA_VER0 )
1212# Database name and database user name
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL = /bin/bash
66# DCAPE_USED==1 when called from upper Makefile
77DCAPE_USED ?= 0
88# Traefik Docker image version by dcape
9- TRAEFIK_VER0 ?= 1.6.3
9+ TRAEFIK_VER0 ?= 1.6.6
1010# Traefik Docker image version
1111TRAEFIK_VER ?= $(TRAEFIK_VER0 )
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SHELL = /bin/bash
66# DCAPE_USED==1 when called from upper Makefile
77DCAPE_USED ?= 0
88# Traefik Docker image version by dcape
9- TRAEFIK_VER0 ?= 1.6.3
9+ TRAEFIK_VER0 ?= 1.6.6
1010# Traefik Docker image version
1111TRAEFIK_VER ?= $(TRAEFIK_VER0 )
1212# Traefik external port (used in no-acme config)
You can’t perform that action at this time.
0 commit comments