From b8f81daa8f06c62db9489085f84756d2a007f8c0 Mon Sep 17 00:00:00 2001 From: clux Date: Sat, 19 Jun 2021 18:52:44 +0100 Subject: [PATCH] pin libpq on stable as well so it doesn't bite me later - #81 --- Dockerfile | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 881703d..d0304db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index dc95fe6..32ec2a7 100644 --- a/README.md +++ b/README.md @@ -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.