Use alpine:3 for rootfs-stage

This commit is contained in:
thespad 2024-12-06 14:02:01 +00:00
parent 6d54eb223f
commit 7ef89decce
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3.21 as rootfs-stage
FROM alpine:3 as rootfs-stage
# environment
ENV REL=bullseye

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM alpine:3.21 as rootfs-stage
FROM alpine:3 as rootfs-stage
# environment
ENV REL=bullseye