Skip to content

Commit

Permalink
v2.2.8 (#69)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Sep 5, 2024
1 parent 65bc3d4 commit 30df6f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN \
# STAGE 2: create final image
#======================================================================================================================

FROM ghcr.io/bfren/debian:bullseye-3.2.7
FROM ghcr.io/bfren/debian:bullseye-3.2.8
COPY --from=s6 /s6 /s6
COPY --from=alpine /overlay /

Expand Down
2 changes: 1 addition & 1 deletion 12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN \
# STAGE 2: create final image
#======================================================================================================================

FROM ghcr.io/bfren/debian:bookworm-3.2.7
FROM ghcr.io/bfren/debian:bookworm-3.2.8
COPY --from=s6 /s6 /s6
COPY --from=alpine /overlay /

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.7
2.2.8
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="3.2.7"
BASE_VERSION="3.2.8"
ALPINE_BRANCH="v5.4.8"
S6_VERSION="3.2.0.0"

Expand Down

0 comments on commit 30df6f1

Please sign in to comment.