Skip to content

Commit 0341c24

Browse files
committed
app versions updated
1 parent 0d998fb commit 0341c24

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apps/cis/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ SHELL = /bin/bash
66
# DCAPE_USED==1 when called from upper Makefile
77
DCAPE_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
1111
CIS_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
1515
CIS_WEBHOOK_VER ?= $(CIS_WEBHOOK_VER0)
1616
# Narra Docker image version by dcape

apps/gitea/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL = /bin/bash
66
# DCAPE_USED==1 when called from upper Makefile
77
DCAPE_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
1111
GITEA_VER ?= $(GITEA_VER0)
1212
# Database name and database user name

apps/traefik-acme/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL = /bin/bash
66
# DCAPE_USED==1 when called from upper Makefile
77
DCAPE_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
1111
TRAEFIK_VER ?= $(TRAEFIK_VER0)
1212

apps/traefik/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL = /bin/bash
66
# DCAPE_USED==1 when called from upper Makefile
77
DCAPE_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
1111
TRAEFIK_VER ?= $(TRAEFIK_VER0)
1212
# Traefik external port (used in no-acme config)

0 commit comments

Comments
 (0)