You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ah, I read that the docker images will not be uploaded to docker hub anymore. I think using the instruction "We recommend using the 2 tag on docker hub (thomseddon/traefik-forward-auth:2)." is kinda misleanding if docker hub isn't supported anymore.
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 theDockerfile.arm
andDockerfile.arm64
.The text was updated successfully, but these errors were encountered: