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 Dec 6, 2024
1 parent 3a5af75 commit 881c81d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 ghcr.io/bfren/alpine-s6:alpine3.16-5.4.14
FROM ghcr.io/bfren/alpine-s6:alpine3.16-5.5.0

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 ghcr.io/bfren/alpine-s6:alpine3.17-5.4.14
FROM ghcr.io/bfren/alpine-s6:alpine3.17-5.5.0

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 ghcr.io/bfren/alpine-s6:alpine3.18-5.4.14
FROM ghcr.io/bfren/alpine-s6:alpine3.18-5.5.0

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 ghcr.io/bfren/alpine-s6:alpine3.20-5.4.14
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.5.0

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

Expand Down
4 changes: 2 additions & 2 deletions 1.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/alpine-s6:alpine3.20-5.4.14
FROM ghcr.io/bfren/alpine-s6:alpine3.21-5.5.0

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

Expand All @@ -7,7 +7,7 @@ ARG BF_PUBLISHING
ARG BF_VERSION

COPY ./overlay /
COPY ./1.2/overlay /
COPY ./1.4/overlay /

EXPOSE 3310

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.4.14"
BASE_VERSION="5.5.0"
echo "Base: ${BASE_VERSION}"

CLAMAV_VERSIONS="0.104 0.105 1.1 1.2 1.4"
Expand Down

0 comments on commit 881c81d

Please sign in to comment.