File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM debian:12.9@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc
3
3
RUN apt-get update && apt-get install -y build-essential && apt-get clean
4
4
5
5
# renovate: datasource=github-tags depName=smartmontools/smartmontools versioning=loose extractVersion=^RELEASE_(?<version>.*)$
6
- ENV SMARTMONTOOLS_VERSION=7_3
6
+ ENV SMARTMONTOOLS_VERSION=7_4
7
7
8
8
ADD https://github.com/smartmontools/smartmontools/releases/download/RELEASE_${SMARTMONTOOLS_VERSION}/smartmontools-${SMARTMONTOOLS_VERSION//_/.}.tar.gz smartmontools.tar.gz
9
9
@@ -16,7 +16,7 @@ FROM ghcr.io/analogj/scrutiny:v0.8.1-collector@sha256:5f6536d68be2d7424627647cdd
16
16
LABEL authors="kvanzuijlen"
17
17
18
18
# renovate: datasource=github-tags depName=smartmontools/smartmontools versioning=loose extractVersion=^RELEASE_(?<version>.*)$
19
- ENV SMARTMONTOOLS_VERSION=7_3
19
+ ENV SMARTMONTOOLS_VERSION=7_4
20
20
COPY --from=builder /smartmontools-install/etc/ /etc/
21
21
COPY --from=builder /smartmontools-install/sbin/ /sbin/
22
22
COPY --from=builder /smartmontools-install/share/ /share/
You can’t perform that action at this time.
0 commit comments