From 579478421a496e38ee4b7cef676cbbf0118cfeb9 Mon Sep 17 00:00:00 2001 From: Vicente Cheng Date: Thu, 24 Aug 2023 12:39:49 +0800 Subject: [PATCH] Dockerfile: update the latest v1.1 image Signed-off-by: Vicente Cheng --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea38ec0..f21e894 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM quay.io/costoolkit/releases-teal:luet-toolchain-0.33.0-2 AS luet -FROM registry.opensuse.org/isv/rancher/harvester/baseos53/main/baseos:latest AS base +FROM registry.opensuse.org/isv/rancher/harvester/os/v1.1/main/baseos:latest AS base COPY --from=luet /usr/bin/luet /usr/bin/luet COPY files/etc/luet/luet.yaml /etc/luet/luet.yaml