Skip to content

Commit

Permalink
[docker] Bump debian in /component/vzlogger
Browse files Browse the repository at this point in the history
Bumps debian from bookworm-20240513-slim to bookworm-20240926-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0798e4c commit 1e608de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/vzlogger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Reference: https://github.com/volkszaehler/vzlogger/blob/master/Dockerfile
FROM debian:bookworm-20240513-slim AS build
FROM debian:bookworm-20240926-slim AS build

# Install dependencies
RUN apt-get -y update \
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN bash install.sh
# Test the installation
RUN vzlogger --version

FROM debian:bookworm-20240513-slim
FROM debian:bookworm-20240926-slim

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

0 comments on commit 1e608de

Please sign in to comment.