File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ WORKDIR /tmp
3333RUN \
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
4545COPY --from=s6 /s6 /s6
4646COPY --from=alpine /overlay /
4747
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ WORKDIR /tmp
3333RUN \
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
4545COPY --from=s6 /s6 /s6
4646COPY --from=alpine /overlay /
4747
Original file line number Diff line number Diff line change 1- 4.0.0
1+ 4.0.1
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ set -euo pipefail
44
55docker 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 "
99S6_VERSION=" 3.2.1.0"
1010
1111DEBIAN_VERSIONS=" 12 13"
You can’t perform that action at this time.
0 commit comments