From 7a36582b4caa9637e112f8d9f46c8c7ec9aa55ff Mon Sep 17 00:00:00 2001 From: thespad Date: Fri, 6 Dec 2024 14:05:26 +0000 Subject: [PATCH] Use alpine:3 for rootfs stage --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f761a5be..dcd3bb20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.17 as rootfs-stage +FROM alpine:3 as rootfs-stage # environment ENV REL=jammy diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index dda53286..62b08adb 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.17 as rootfs-stage +FROM alpine:3 as rootfs-stage # environment ENV REL=jammy