Skip to content

Commit ebb10d4

Browse files
chore(deps): update dependency smartmontools/smartmontools to v7_4 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6955bb commit ebb10d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:12.9@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc
33
RUN apt-get update && apt-get install -y build-essential && apt-get clean
44

55
# renovate: datasource=github-tags depName=smartmontools/smartmontools versioning=loose extractVersion=^RELEASE_(?<version>.*)$
6-
ENV SMARTMONTOOLS_VERSION=7_3
6+
ENV SMARTMONTOOLS_VERSION=7_4
77

88
ADD https://github.com/smartmontools/smartmontools/releases/download/RELEASE_${SMARTMONTOOLS_VERSION}/smartmontools-${SMARTMONTOOLS_VERSION//_/.}.tar.gz smartmontools.tar.gz
99

@@ -16,7 +16,7 @@ FROM ghcr.io/analogj/scrutiny:v0.8.1-collector@sha256:5f6536d68be2d7424627647cdd
1616
LABEL authors="kvanzuijlen"
1717

1818
# renovate: datasource=github-tags depName=smartmontools/smartmontools versioning=loose extractVersion=^RELEASE_(?<version>.*)$
19-
ENV SMARTMONTOOLS_VERSION=7_3
19+
ENV SMARTMONTOOLS_VERSION=7_4
2020
COPY --from=builder /smartmontools-install/etc/ /etc/
2121
COPY --from=builder /smartmontools-install/sbin/ /sbin/
2222
COPY --from=builder /smartmontools-install/share/ /share/

0 commit comments

Comments
 (0)