From 8c148605cc848e515f8b8d3942e31ee5d0eeec64 Mon Sep 17 00:00:00 2001 From: Matthew Burgess <549318+mattburgess@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:51:07 +0100 Subject: [PATCH] Fix missing dynamic library (#86) --- CHANGELOG.md | 4 ++++ Dockerfile | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb9933..cc82fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Release 2.11.1 + +- Add back missing dynamic library + # Release 2.11.0 - Run as nonroot (`nobody`/`65534` by default) diff --git a/Dockerfile b/Dockerfile index 8113476..d123835 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM alpine:3.16 +RUN apk add --update --no-cache libc6-compat COPY --chown=65534 build/bin/linux_amd64/osprey /usr/local/bin/osprey WORKDIR /