Skip to content

Commit b8f81da

Browse files
committed
pin libpq on stable as well so it doesn't bite me later - #81
1 parent b3a71b3 commit b8f81da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ COPY etc/profile.d/cargo.sh /etc/profile.d/cargo.sh
5353
ENV SSL_VER="1.0.2u" \
5454
CURL_VER="7.77.0" \
5555
ZLIB_VER="1.2.11" \
56-
PQ_VER="12.7" \
56+
PQ_VER="11.12" \
5757
SQLITE_VER="3350500" \
5858
CC=musl-gcc \
5959
PREFIX=/musl \

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ From there on, you can include it in a blank docker image, distroless/static, or
3333
- [4MB blog image (blank image)](https://github.com/clux/blog).
3434
- [6MB kubernetes controller with actix (distroless/static)](https://github.com/clux/controller-rs)
3535

36+
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.
37+
3638
## Docker builds
3739
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.
3840

0 commit comments

Comments
 (0)