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 Nov 22, 2024
1 parent 6401b12 commit 1afcc1b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 10.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.14
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bullseye-2.2.14
FROM ghcr.io/bfren/debian-s6:bullseye-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 10.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bullseye-2.2.14
FROM ghcr.io/bfren/debian-s6:bullseye-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 11.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.14
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 11.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.14
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 11.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.14
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 11.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.14
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.15

ARG BF_IMAGE
ARG BF_PUBLISHING
Expand Down
2 changes: 1 addition & 1 deletion 11.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.14
FROM ghcr.io/bfren/debian-s6:bookworm-2.2.15

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

docker pull bfren/alpine

DEBIAN_BASE_REVISION="2.2.14"
DEBIAN_BASE_REVISION="2.2.15"
ALPINE_BASE_REVISION="5.4.15"

echo "Debian Base: ${DEBIAN_BASE_REVISION}"
Expand Down

0 comments on commit 1afcc1b

Please sign in to comment.