Skip to content

Commit

Permalink
Update Debian base images
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent 096b8cc commit 35f0d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12@sha256:1dc55ed6871771d4df68d393ed08d1ed9361c577cfeb903cd684a182e8a3e3ae as builder
FROM debian:12@sha256:d254a27925f25fa0249cce60ca79e755689046c89ea6080fa61c8c0930358712 as builder
ARG PDNS_VERSION=4.9.1

WORKDIR /build
Expand All @@ -12,7 +12,7 @@ RUN ./configure --with-modules='bind gsqlite3' && \
make install
RUN mkdir -p /usr/local/share/pdns && cp modules/gsqlite3backend/schema.sqlite3.sql /usr/local/share/pdns/schema.sqlite3.sql

FROM debian:12-slim@sha256:f528891ab1aa484bf7233dbcc84f3c806c3e427571d75510a9d74bb5ec535b33
FROM debian:12-slim@sha256:0c04a3d3eb3dc9c61a76b0c5bc93bb0d02272f6195fe4eab7d6d8ed30a62736a

RUN apt update && apt install -y curl sqlite3 luajit libboost-dev libboost-program-options-dev && apt clean

Expand Down

0 comments on commit 35f0d33

Please sign in to comment.