imageproxy
imageproxy copied to clipboard
A caching, resizing image proxy written in Go
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.37.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.53.0 to 0.54.1. Release notes Sourced from github.com/quic-go/quic-go's releases. v0.54.0 This release adds support for QUIC Stream Resets with Partial Delivery, a QUIC extension that allows resetting...
This PR adds `-ldflags='-w -s'` to the Dockerfile, which instructs the linker to strip debug information, resulting in a smaller binary size. On my machine, this shrinks the image by...