about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Stanclift <mx@vmstan.com>2023-09-05 11:19:59 -0500
committerStarfall <us@starfall.systems>2023-09-21 11:45:47 -0500
commit10d676b5a82841e3739fa8921499a394e49c3303 (patch)
treeb47328e1c2b0705f31d1d1f465106b95e5c2f20f
parent61578df6d99ddba641574c9895c4d100ab272b2a (diff)
Migrate Dockerfile to Bookworm (#26802)
-rw-r--r--Dockerfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 4588778e8..ba4bb2a0e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get update && \
     apt-get install -y --no-install-recommends build-essential \
         git \
         libicu-dev \
-        libidn11-dev \
+        libidn-dev \
         libpq-dev \
         libjemalloc-dev \
         zlib1g-dev \
@@ -61,13 +61,13 @@ RUN apt-get update && \
     apt-get -y --no-install-recommends install whois \
         wget \
         procps \
-        libssl1.1 \
+        libssl3 \
         libpq5 \
         imagemagick \
         ffmpeg \
         libjemalloc2 \
-        libicu67 \
-        libidn11 \
+        libicu72 \
+        libidn12 \
         libyaml-0-2 \
         file \
         ca-certificates \