Skip to content

Commit

Permalink
chore(deps): update debian:bullseye-slim docker digest to acc5810
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 13, 2024
1 parent a9ce4af commit 69f3591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim@sha256:0e75382930ceb533e2f438071307708e79dc86d9b8e433cc6dd1a96872f2651d as builder
FROM debian:bullseye-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4 as builder
ARG VERSION

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN ./configure \
RUN make
RUN make install DESTDIR=/build/output

FROM debian:bullseye-slim@sha256:0e75382930ceb533e2f438071307708e79dc86d9b8e433cc6dd1a96872f2651d
FROM debian:bullseye-slim@sha256:acc5810124f0929ab44fc7913c0ad936b074cbd3eadf094ac120190862ba36c4

RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 69f3591

Please sign in to comment.