We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ad3635 + e4f58be commit 58bc588Copy full SHA for 58bc588
Dockerfile
@@ -1,8 +1,8 @@
1
# NOTE: also update the renovate comment below if you change the minor version!
2
-FROM docker.io/library/alpine:3.20.3@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
+FROM docker.io/library/alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
3
4
-# renovate: datasource=repology depName=alpine_3_20/clamav versioning=loose
5
-ENV CLAMAV_VERSION="1.2.2-r0"
+# renovate: datasource=repology depName=alpine_3_21/clamav versioning=loose
+ENV CLAMAV_VERSION="1.4.1-r0"
6
7
RUN apk add --no-cache \
8
clamav-daemon=${CLAMAV_VERSION} \
0 commit comments