Skip to content

Commit c467a50

Browse files
committed
Use alpine:3 for rootfs stage
1 parent 5d75634 commit c467a50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.21 as rootfs-stage
3+
FROM alpine:3 as rootfs-stage
44

55
# environment
66
ENV REL=bookworm

Dockerfile.aarch64

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.21 as rootfs-stage
3+
FROM alpine:3 as rootfs-stage
44

55
# environment
66
ENV REL=bookworm

0 commit comments

Comments
 (0)