From edd951c64e2019d6e5f22487c5efe187b6ad8967 Mon Sep 17 00:00:00 2001 From: Goran Nushkov Date: Mon, 11 Dec 2023 14:26:30 +0100 Subject: [PATCH] Bump traefik to 2.10 --- .github/workflows/cross.yml | 2 +- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index 94c6c3b..7f6edbc 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -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: diff --git a/Dockerfile b/Dockerfile index e38dc76..1ca2a69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/go.mod b/go.mod index be88ff6..19d03c1 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/kubitodev/traefik-cloudflared-source-ip -go 1.20 +go 1.21