Skip to content

Commit b6b325b

Browse files
authored
Merge pull request #1148 from opencrvs/upgrade-traefik
Upgrade traefik to 2.11
2 parents 954b570 + 43b979b commit b6b325b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/docker-compose.deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
# Note: these published port will override UFW rules as Docker manages it's own iptables
1212
# Only publish the exact ports that are required for OpenCRVS to work
1313
traefik:
14-
image: 'traefik:v2.10'
14+
image: 'traefik:v2.11'
1515
ports:
1616
- target: 80
1717
published: 80

0 commit comments

Comments
 (0)