File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0 as cardano-db-sync-build
1
+ FROM ghcr.io/blinklabs-io/haskell:8.10.7-3.6.2.0-4 as cardano-db-sync-build
2
2
RUN apt-get update && apt-get install -y libpq-dev
3
3
# Install cardano-db-sync
4
4
ARG DBSYNC_VERSION=13.1.0.2
@@ -23,7 +23,7 @@ RUN echo "Building tags/${DBSYNC_VERSION}..." \
23
23
&& rm -rf /code/cardano-db-sync/dist-newstyle/ \
24
24
&& rm -rf /root/.cabal/store/ghc-${GHC_VERSION}
25
25
26
- FROM debian:stable -slim as cardano-db-sync
26
+ FROM debian:bookworm -slim as cardano-db-sync
27
27
ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH"
28
28
ENV PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
29
29
COPY --from=cardano-db-sync-build /usr/local/lib/ /usr/local/lib/
@@ -34,14 +34,14 @@ COPY bin/ /bin/
34
34
COPY config/ /opt/cardano/config/
35
35
RUN apt-get update -y && \
36
36
apt-get install -y \
37
- libffi7 \
37
+ libffi8 \
38
38
libgmp10 \
39
39
libncursesw5 \
40
40
libnuma1 \
41
41
libsystemd0 \
42
- libssl1.1 \
42
+ libssl3 \
43
43
libtinfo6 \
44
- llvm-11 -runtime \
44
+ llvm-14 -runtime \
45
45
pkg-config \
46
46
postgresql-client \
47
47
zlib1g && \
You can’t perform that action at this time.
0 commit comments