Skip to content

Commit

Permalink
chore: version traefik and go to LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
troyxmccall committed Jun 23, 2024
1 parent 2cf576d commit 4f269e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
traefik:
image: traefik
image: "traefik:v2.11.4"
ports:
- "80:80"
- "8080:8080"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/madebymode/traefik-modsecurity-plugin

go 1.22
go 1.21

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 4f269e5

Please sign in to comment.