2
0
mirror of https://github.com/nofusscomputing/kubernetes-manifest-tools.git synced 2025-08-13 00:27:27 +00:00

fix: remove typo in image repo

ref: #1 nofusscomputing/kubernetes#2
This commit is contained in:
2025-06-18 23:30:31 +09:30
parent a1dbd48806
commit a85f3f02eb

View File

@ -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 \