Skip to content

Commit

Permalink
chore(deps): update debian:bullseye-slim docker digest to 00558f7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2024
1 parent 743ac7d commit 1178ac9
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:9058862a1be84689bd13292549ba981364f85ff99e50a612f94b188ac69db137 as builder
FROM debian:bullseye-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c as builder

Check warning on line 1 in debian.dockerfile

View workflow job for this annotation

GitHub Actions / build (2.4.4, debian)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 1 in debian.dockerfile

View workflow job for this annotation

GitHub Actions / build (2.5-beta3, debian)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
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:9058862a1be84689bd13292549ba981364f85ff99e50a612f94b188ac69db137
FROM debian:bullseye-slim@sha256:00558f781b91e90469812bad32002f311ab26ef241b4a1996f6600680ec82f5c

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

0 comments on commit 1178ac9

Please sign in to comment.