Skip to content

Commit

Permalink
Using latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Apr 6, 2024
1 parent 667d247 commit d93dfc2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 0.104/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.16-5.2.3
FROM bfren/alpine-s6:alpine3.16-5.2.4

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

Expand Down
2 changes: 1 addition & 1 deletion 0.105/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.17-5.2.3
FROM bfren/alpine-s6:alpine3.17-5.2.4

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

Expand Down
2 changes: 1 addition & 1 deletion 1.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.18-5.2.3
FROM bfren/alpine-s6:alpine3.18-5.2.4

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

Expand Down
2 changes: 1 addition & 1 deletion 1.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bfren/alpine-s6:alpine3.19-5.2.3
FROM bfren/alpine-s6:alpine3.19-5.2.4

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

Expand Down
2 changes: 1 addition & 1 deletion generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

docker pull bfren/alpine

BASE_VERSION="5.2.3"
BASE_VERSION="5.2.4"
echo "Base: ${BASE_VERSION}"

CLAMAV_VERSIONS="0.104 0.105 1.1 1.2"
Expand Down

0 comments on commit d93dfc2

Please sign in to comment.