Skip to content

Commit 7524eba

Browse files
committed
Bump s6
1 parent c6f7401 commit 7524eba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM alpine:3 as rootfs-stage
3+
FROM alpine:3 AS rootfs-stage
44

55
# environment
66
ENV REL=bookworm
@@ -27,7 +27,7 @@ RUN \
2727
/root-out/var/log/*
2828

2929
# set version for s6 overlay
30-
ARG S6_OVERLAY_VERSION="3.2.0.2"
30+
ARG S6_OVERLAY_VERSION="3.2.1.0"
3131
ARG S6_OVERLAY_ARCH="x86_64"
3232

3333
# add s6 overlay

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM alpine:3 as rootfs-stage
3+
FROM alpine:3 AS rootfs-stage
44

55
# environment
66
ENV REL=bookworm
@@ -27,7 +27,7 @@ RUN \
2727
/root-out/var/log/*
2828

2929
# set version for s6 overlay
30-
ARG S6_OVERLAY_VERSION="3.2.0.2"
30+
ARG S6_OVERLAY_VERSION="3.2.1.0"
3131
ARG S6_OVERLAY_ARCH="aarch64"
3232

3333
# add s6 overlay

0 commit comments

Comments
 (0)