File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM debian:stable -slim as builder
1+ FROM debian:bookworm -slim as builder
22
33RUN apt-get update && \
44 apt-get install -y --no-install-recommends \
@@ -9,7 +9,7 @@ RUN apt-get update && \
99 gawk \
1010 git \
1111 libsqlite3-dev \
12- libssl1.1 \
12+ libssl3 \
1313 libzip-dev \
1414 make \
1515 openssl \
@@ -24,15 +24,15 @@ RUN apt-get update && \
2424 rm -rf /var/lib/apt/lists/*
2525
2626RUN wget -O /tmp/pgloader.tar.gz -L \
27- "https://github.com/dimitri /pgloader/archive/refs/heads/master.tar.gz" && \
27+ "https://github.com/tobz /pgloader/archive/refs/heads/master.tar.gz" && \
2828 tar xf \
2929 /tmp/pgloader.tar.gz -C /opt/src/pgloader --strip-components=1
3030
3131RUN mkdir -p /opt/src/pgloader/build/bin && \
3232 cd /opt/src/pgloader && \
3333 make DYNSIZE=32768 clones save
3434
35- FROM debian:stable -slim
35+ FROM debian:bookworm -slim
3636
3737LABEL maintainer=Roxedus
3838
You can’t perform that action at this time.
0 commit comments