Skip to content

Commit 3770473

Browse files
authored
v4.0.4 (#95)
Minor updates * Using latest base images
1 parent 9f0ff93 commit 3770473

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN \
4141
# STAGE 2: create final image
4242
#======================================================================================================================
4343

44-
FROM quay.io/bfren/debian:bookworm-5.1.1
44+
FROM quay.io/bfren/debian:bookworm-5.1.2
4545
COPY --from=s6 /s6 /s6
4646
COPY --from=alpine /overlay /
4747

13/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN \
4141
# STAGE 2: create final image
4242
#======================================================================================================================
4343

44-
FROM quay.io/bfren/debian:trixie-5.1.1
44+
FROM quay.io/bfren/debian:trixie-5.1.2
4545
COPY --from=s6 /s6 /s6
4646
COPY --from=alpine /overlay /
4747

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.3
1+
4.0.4

generate-dockerfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_VERSION="5.1.1"
7+
BASE_VERSION="5.1.2"
88
ALPINE_BRANCH="v6.1.1"
99
S6_VERSION="3.2.1.0"
1010

0 commit comments

Comments
 (0)