Skip to content

v0.16.65

Choose a tag to compare

@zalando-robot zalando-robot released this 22 May 12:03
ffd9050

Changes

build(deps): bump github.com/yuin/gopher-lua (#2342)
Bumps github.com/yuin/gopher-lua from 0.0.0-20210529063254-f4c35e4016d9 to 1.1.0.


updated-dependencies:

  • dependency-name: github.com/yuin/gopher-lua
    dependency-type: direct:production
    update-type: version-update:semver-major
    ...
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Docker image

Docker image is available in Zalando's Open Source registry:

docker run -it registry.opensource.zalan.do/teapot/skipper:v0.16.65 skipper --help
# arm64
docker run -it registry.opensource.zalan.do/teapot/skipper-arm64:v0.16.65 skipper --help
# arm v7 32bit
docker run -it registry.opensource.zalan.do/teapot/skipper-armv7:v0.16.65 skipper --help