Skip to content

Commit

Permalink
Merge pull request #201 from illallangi/dependabot/docker/library/deb…
Browse files Browse the repository at this point in the history
…ian-bookworm-20240926

Bump library/debian from bookworm-20240904 to bookworm-20240926
  • Loading branch information
andrewcole authored Oct 3, 2024
2 parents 8a0a1e9 + 573c642 commit ef3d973
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
Expand Up @@ -2,7 +2,7 @@
FROM ghcr.io/binkhq/healthz:2022-03-11T125439Z as healthz

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / test

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/

# Debian builder image
FROM docker.io/library/debian:bookworm-20240904 AS builder
FROM docker.io/library/debian:bookworm-20240926 AS builder
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Install packages
Expand Down Expand Up @@ -119,7 +119,7 @@ RUN \
/usr/local/bin/yt-dlp

# Main image
FROM docker.io/library/debian:bookworm-20240904
FROM docker.io/library/debian:bookworm-20240926
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

#FIXME: mdns-scan not available in arm64 so removed from apt-get install
Expand Down

0 comments on commit ef3d973

Please sign in to comment.