Skip to content

Commit 95af4d6

Browse files
committed
Bump traefik to 2.10.3 and resolve CVEs again.
This one was a bit tricky and needed a replace. Signed-off-by: Dan Lorenc <dlorenc@chainguard.dev>
1 parent 7b9a4c1 commit 95af4d6

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

traefik.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: traefik
3-
version: 2.10.1
4-
epoch: 6
3+
version: 2.10.3
4+
epoch: 0
55
description: The Cloud Native Application Proxy
66
copyright:
77
- license: MIT
@@ -16,19 +16,16 @@ environment:
1616
- git
1717

1818
pipeline:
19-
- uses: fetch
19+
- uses: git-checkout
2020
with:
21-
uri: https://github.com/traefik/traefik/releases/download/v${{package.version}}/traefik-v${{package.version}}.src.tar.gz
22-
expected-sha256: 34c19da8a28e10e5634afd7336a9b7944dbf21bfbacf4248d0140c329ef0049f
21+
repository: https://github.com/traefik/traefik
22+
expected-sha256: 7741c68eaa719d114c6d7444c965b7ae373e46a6
23+
tag: v${{package.version}}
2324

2425
- runs: |
25-
go get go.mongodb.org/mongo-driver@v1.11.2
26-
go get github.com/Azure/go-autorest/autorest/adal@v0.9.22
27-
go get github.com/hashicorp/go-discover@v0.0.0-20230125175744-70b45b3eb8b7
28-
go get github.com/hashicorp/consul@v1.15.0
26+
go mod edit -replace github.com/hashicorp/consul=github.com/hashicorp/consul@v1.14.7
27+
go get github.com/docker/distribution@v2.8.2
2928
go get github.com/docker/docker@v20.10.24
30-
go get github.com/docker/distribution@v2.8.2-beta.1
31-
go get github.com/hashicorp/consul@v1.15.3
3229
go mod tidy
3330
VERSION=v${{package.version}} ./script/make.sh generate binary
3431
mkdir -p "${{targets.destdir}}/usr/bin"

0 commit comments

Comments
 (0)