Skip to content

Commit 65cb883

Browse files
authored
v5.1.2 (#164)
Minor updates * Using latest base images Documentation updates * Updating copyright year to 2026
1 parent bbcee82 commit 65cb883

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

0.104/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.16-6.1.2
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"
44

0.105/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.17-6.1.2
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"
44

1.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.18-6.1.2
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"
44

1.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.20-6.1.2
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"
44

1.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.1
1+
FROM quay.io/bfren/alpine-s6:alpine3.23-6.1.2
22

33
LABEL org.opencontainers.image.source="https://github.com/bfren/docker-clamav"
44

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2025 bfren
3+
Copyright (c) 2020-2026 bfren
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ ClamAV (0.103 LTS, 0.104, 0.105, 1.0 LTS) installed in daemon mode. Database upd
2828
2929
## Copyright
3030

31-
> Copyright (c) 2020-2025 [bfren](https://bfren.dev) (unless otherwise stated)
31+
> Copyright (c) 2020-2026 [bfren](https://bfren.dev) (unless otherwise stated)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.1
1+
5.1.2

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_VERSION="6.1.1"
7+
BASE_VERSION="6.1.2"
88
echo "Base: ${BASE_VERSION}"
99

1010
CLAMAV_VERSIONS="0.104 0.105 1.1 1.2 1.4"

0 commit comments

Comments
 (0)