Skip to content

Commit

Permalink
Bump traefik to 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nushkovg committed Dec 11, 2023
1 parent 0e10fd0 commit edd951c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.20.3, 1.x ]
go-version: [ 1.21.5, 1.x ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN apk add --update git && \
--depth 1 --single-branch --branch ${PLUGIN_GIT_BRANCH}

# Copy the plugin into the traefik image
FROM traefik:2.10.4
FROM traefik:2.10

COPY --from=0 /plugins-local /plugins-local
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kubitodev/traefik-cloudflared-source-ip

go 1.20
go 1.21

0 comments on commit edd951c

Please sign in to comment.