From a85f3f02ebb02d5cadbf567d6506629df37fd7a6 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 18 Jun 2025 23:30:31 +0930 Subject: [PATCH] fix: remove typo in image repo ref: #1 nofusscomputing/kubernetes#2 --- dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile b/dockerfile index 1d6285f..3f39fe3 100644 --- a/dockerfile +++ b/dockerfile @@ -3,7 +3,7 @@ ARG ALPINE_VERSION=3.22 ARG PYTHON_VERSON=3.13.5 -FROM harbor.earth.nww/docker/alpine:${ALPINE_VERSION} AS build +FROM alpine:${ALPINE_VERSION} AS build ARG KUBECTL_SLICE_VER @@ -15,7 +15,7 @@ RUN wget --tries=5 https://github.com/patrickdappollonio/kubectl-slice/releases/ -FROM harbor.earth.nww/docker/python:${PYTHON_VERSON}-alpine${ALPINE_VERSION} +FROM python:${PYTHON_VERSON}-alpine${ALPINE_VERSION} LABEL \