Changes
fix: panic on concurrent access of statebag (#3915)
httptrace seems to be called concurrently so we can not use unprotected
statebag to pass around the time.Time. Add a new member to the context
Multiarch Docker image
Multiarch Docker image is available in GitHub's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.24.48 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.24.48 skipper --help