We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5777ecf + d6eed3d commit 8eb1f27Copy full SHA for 8eb1f27
.github/workflows/release.yaml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
terraform:
8
name: 'Terraform Format'
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
10
11
defaults:
12
run:
variables.tf
@@ -31,7 +31,7 @@ variable "traefik_network_attachable" {
31
variable "traefik_version" {
32
type = string
33
description = "Traefik Docker image version."
34
- default = "2.10.3" # https://github.com/traefik/traefik/releases/latest
+ default = "2.11.22" # https://github.com/traefik/traefik/releases/latest
35
}
36
37
variable "password" {
0 commit comments