Skip to content

Commit

Permalink
pin libpq on stable as well so it doesn't bite me later - #81
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Jun 19, 2021
1 parent b3a71b3 commit b8f81da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY etc/profile.d/cargo.sh /etc/profile.d/cargo.sh
ENV SSL_VER="1.0.2u" \
CURL_VER="7.77.0" \
ZLIB_VER="1.2.11" \
PQ_VER="12.7" \
PQ_VER="11.12" \
SQLITE_VER="3350500" \
CC=musl-gcc \
PREFIX=/musl \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ From there on, you can include it in a blank docker image, distroless/static, or
- [4MB blog image (blank image)](https://github.com/clux/blog).
- [6MB kubernetes controller with actix (distroless/static)](https://github.com/clux/controller-rs)

or you can use it to [embed your no-dependency binary straight into github releases](https://github.com/gleam-lang/gleam/blob/8333cd3a402b920dc774a4d8761ca28ceff09738/.github/workflows/release.yaml) and not have to worry about what libc your users are on.

## Docker builds
Latest is always the last built nightly pushed by travis. To pin against specific builds, see the [available tags](https://hub.docker.com/r/clux/muslrust/tags/) on the docker hub.

Expand Down

0 comments on commit b8f81da

Please sign in to comment.