I tried to update traefik-forward-auth to version 2.3.0 but the latest version on dockerhub is 2.2.0. It would be very useful to upload the new docker image there.
I also found out that the current Dockerbuild file doesn't work because the golang version is too old for the go.mod syntax. Updating the golang dependency to 1.22 worked for me. But I'm not sure how to deal with the Dockerfile.arm and Dockerfile.arm64.
I tried to update traefik-forward-auth to version 2.3.0 but the latest version on dockerhub is
2.2.0. It would be very useful to upload the new docker image there.I also found out that the current Dockerbuild file doesn't work because the golang version is too old for the go.mod syntax. Updating the golang dependency to
1.22worked for me. But I'm not sure how to deal with theDockerfile.armandDockerfile.arm64.