Update traefik Docker tag to v2.4.9
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Comrade Renovate Bot 2021-06-23 07:03:18 +00:00
parent f73e38d143
commit aacf00309e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
app: app:
image: "traefik:v2.4.8" image: "traefik:v2.4.9"
# Note(decentral1se): *please do not* add any additional ports here. # Note(decentral1se): *please do not* add any additional ports here.
# Doing so could break new installs with port conflicts. Please use # Doing so could break new installs with port conflicts. Please use
# the usual `compose.$app.yml` approach for any additional ports # the usual `compose.$app.yml` approach for any additional ports