From 3a8e0ed9ae2014c954b1b136a507a254ec26ffe0 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 7 Jun 2023 16:34:44 +0800 Subject: [PATCH] chart-builder-alpine: update Dockerfile --- oci/app-runner/chart-builder-alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oci/app-runner/chart-builder-alpine/Dockerfile b/oci/app-runner/chart-builder-alpine/Dockerfile index 09cd9d6..4ab4b5a 100644 --- a/oci/app-runner/chart-builder-alpine/Dockerfile +++ b/oci/app-runner/chart-builder-alpine/Dockerfile @@ -1,5 +1,5 @@ -FROM alpine:latest -MAINTAINER shenlan xz@onwalk.net +FROM artifact.onwalk.net/public/alpine:latest +MAINTAINER shenlan cloudsvcdesign@gmail.com ENV VERSION=3.11.1 ENV BASE_URL="https://get.helm.sh"