Skip to content

Commit d10a1fa

Browse files
authored
chore: fix libssl dep (supabase#875)
1 parent 7626dbd commit d10a1fa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ ENV LC_COLLATE=C.UTF-8
106106

107107
FROM base as builder
108108
# Install build dependencies
109+
RUN apt-get update && apt-get install -y --no-install-recommends --allow-downgrades libssl1.1="1.1.1f-1ubuntu2.20"
109110
COPY --from=pg-dev /tmp /tmp
110-
RUN apt-get update && apt-get install -y --no-install-recommends \
111+
RUN apt-get install -y --no-install-recommends \
111112
/tmp/*.deb \
112113
build-essential \
113114
checkinstall \

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.1.11"
1+
postgres-version = "15.1.1.12"

0 commit comments

Comments
 (0)