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 Sep 27, 2024
1 parent c237e60 commit c2f08fa
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:b8084b1a576c5504a031936e1132574f4ce1d6cc7130bbcc25a28f074539ae6b AS builder
FROM debian:12@sha256:5092abdc96825d90e92ac4551694ff7f99a76fe60462700fe73dca3b403d5638 AS builder
ARG PDNS_VERSION=4.9.1

WORKDIR /build
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN mkdir -p /usr/local/share/pdns && \
cp modules/ldapbackend/pdns-domaininfo.schema /usr/local/share/pdns/ldap/pdns-domaininfo.schema && \
cp modules/ldapbackend/dnsdomain2.schema /usr/local/share/pdns/ldap/dnsdomain2.schema

FROM debian:12-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c
FROM debian:12-slim@sha256:dbba581211bf48d8a3f1993ebb825e0c58d914783e13573cb2d25773846ed2f0

RUN apt update && \
apt install -y curl libboost-dev libboost-program-options-dev libsodium23 \
Expand Down

0 comments on commit c2f08fa

Please sign in to comment.