We have released an updated version of Snowplow’s collector
We made this Version 2.8.2 release to upgrade the base docker images due to a system library that had a known potential security vulnerability.
Upgrading to 2.8.2
If you are already using a recent version of the collector, then upgrading is as simple pulling the most recent docker image
docker pull snowplow/scala-stream-collector-kinesis:2.8.1
docker pull snowplow/scala-stream-collector-pubsub:2.8.1
docker pull snowplow/scala-stream-collector-kafka:2.8.1
# or
docker pull snowplow/scala-stream-collector-kinesis:2.8.1-distroless
docker pull snowplow/scala-stream-collector-pubsub:2.8.1-distroless
docker pull snowplow/scala-stream-collector-kafka:2.8.1-distroless
The Snowplow docs site has a full guide to running and configuring the collector.