We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7626dbd commit d10a1faCopy full SHA for d10a1fa
Dockerfile
@@ -106,8 +106,9 @@ ENV LC_COLLATE=C.UTF-8
106
107
FROM base as builder
108
# Install build dependencies
109
+RUN apt-get update && apt-get install -y --no-install-recommends --allow-downgrades libssl1.1="1.1.1f-1ubuntu2.20"
110
COPY --from=pg-dev /tmp /tmp
-RUN apt-get update && apt-get install -y --no-install-recommends \
111
+RUN apt-get install -y --no-install-recommends \
112
/tmp/*.deb \
113
build-essential \
114
checkinstall \
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.1.11"
+postgres-version = "15.1.1.12"
0 commit comments