Skip to content

Commit 59d84c2

Browse files
committed
Fix rootfs tag
1 parent 26174df commit 59d84c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

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

3-
FROM alpine:3.23 AS rootfs-stage
3+
FROM alpine:3.22 AS rootfs-stage
44

55
ARG S6_OVERLAY_VERSION="3.2.1.0"
66
ARG ROOTFS=/root-out

0 commit comments

Comments
 (0)