Skip to content

Commit 8eb1f27

Browse files
authored
Merge pull request #30 from colinwilson/develop
Update default Trafik version to 2.11.22
2 parents 5777ecf + d6eed3d commit 8eb1f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
terraform:
88
name: 'Terraform Format'
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010

1111
defaults:
1212
run:

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ variable "traefik_network_attachable" {
3131
variable "traefik_version" {
3232
type = string
3333
description = "Traefik Docker image version."
34-
default = "2.10.3" # https://github.com/traefik/traefik/releases/latest
34+
default = "2.11.22" # https://github.com/traefik/traefik/releases/latest
3535
}
3636

3737
variable "password" {

0 commit comments

Comments
 (0)