Skip to content

Commit

Permalink
v2.2.13 (#74)
Browse files Browse the repository at this point in the history
Minor updates
* Using latest base images
  • Loading branch information
bfren authored Nov 13, 2024
1 parent 3131ffc commit 3d8c5f0
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.3.3
FROM ghcr.io/bfren/debian:bullseye-3.3.4
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.3.3
FROM ghcr.io/bfren/debian:bookworm-3.3.4
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.12
2.2.13
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.3.3"
BASE_VERSION="3.3.4"
ALPINE_BRANCH="v5.4.13"
S6_VERSION="3.2.0.2"

Expand Down

0 comments on commit 3d8c5f0

Please sign in to comment.