Skip to content

Commit

Permalink
Fix missing dynamic library (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattburgess authored Oct 25, 2022
1 parent 89a1e75 commit 8c14860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 2.11.1

- Add back missing dynamic library

# Release 2.11.0

- Run as nonroot (`nobody`/`65534` by default)
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 /

Expand Down

0 comments on commit 8c14860

Please sign in to comment.