Skip to content

Commit

Permalink
chore(deps): update docker.io/library/debian:12 docker digest to bac353d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 10eb3bf commit a7abd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/debian:12@sha256:133a1f2aa9e55d1c93d0ae1aaa7b94fb141265d0ee3ea677175cdb96f5f990e5 AS builder
FROM docker.io/library/debian:12@sha256:bac353db4cc04bc672b14029964e686cd7bad56fe34b51f432c1a1304b9928da AS builder
RUN apt-get update
RUN apt-get install curl git liblzma-dev libsqlite3-dev -y
RUN curl -fsSL https://crystal-lang.org/install.sh | bash -s -- --version=1.8
Expand All @@ -25,7 +25,7 @@ RUN if [[ "${release}" == 1 ]] ; then \
fi


FROM docker.io/library/debian:12@sha256:133a1f2aa9e55d1c93d0ae1aaa7b94fb141265d0ee3ea677175cdb96f5f990e5 AS release
FROM docker.io/library/debian:12@sha256:bac353db4cc04bc672b14029964e686cd7bad56fe34b51f432c1a1304b9928da AS release
RUN apt-get update && \
apt-get install libxml2 librsvg2-bin libyaml-0-2 libsqlite3-0 openssl libevent-2.1-7 tini -y

Expand Down

0 comments on commit a7abd22

Please sign in to comment.