Skip to content

Commit f4e0305

Browse files
authored
v4.0.1 (#92)
Minor updates * Using latest base images
1 parent fe01c48 commit f4e0305

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

12/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ WORKDIR /tmp
3333
RUN \
3434
# get the overlay from the Alpine S6 base image
3535
echo "Cloning Alpine S6 overlay." && \
36-
apk add git && git clone --branch v6.0.0 https://github.com/bfren/docker-alpine-s6.git && \
36+
apk add git && git clone --branch v6.0.1 https://github.com/bfren/docker-alpine-s6.git && \
3737
mv docker-alpine-s6/overlay /
3838

3939

4040
#======================================================================================================================
4141
# STAGE 2: create final image
4242
#======================================================================================================================
4343

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

13/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ WORKDIR /tmp
3333
RUN \
3434
# get the overlay from the Alpine S6 base image
3535
echo "Cloning Alpine S6 overlay." && \
36-
apk add git && git clone --branch v6.0.0 https://github.com/bfren/docker-alpine-s6.git && \
36+
apk add git && git clone --branch v6.0.1 https://github.com/bfren/docker-alpine-s6.git && \
3737
mv docker-alpine-s6/overlay /
3838

3939

4040
#======================================================================================================================
4141
# STAGE 2: create final image
4242
#======================================================================================================================
4343

44-
FROM quay.io/bfren/debian:trixie-5.0.0
44+
FROM quay.io/bfren/debian:trixie-5.0.1
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.0
1+
4.0.1

generate-dockerfiles.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -euo pipefail
44

55
docker pull bfren/alpine
66

7-
BASE_VERSION="5.0.0"
8-
ALPINE_BRANCH="v6.0.0"
7+
BASE_VERSION="5.0.1"
8+
ALPINE_BRANCH="v6.0.1"
99
S6_VERSION="3.2.1.0"
1010

1111
DEBIAN_VERSIONS="12 13"

0 commit comments

Comments
 (0)