Spec alpine image fully

This commit is contained in:
Stefan Reimer 2023-04-25 11:57:31 +01:00
parent 016054b97f
commit 14b0e7cdeb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.17
FROM alpine:${ALPINE_VERSION}
FROM docker.io/alpine:${ALPINE_VERSION}
ARG ALPINE_VERSION
ARG KUBE_VERSION=1.25