7 lines
138 B
Docker
7 lines
138 B
Docker
ARG BASE_REPO="repo.nstart.cloud/library/"
|
|
ARG BASE_TAG="3.23.2"
|
|
|
|
FROM ${BASE_REPO}alpine:${BASE_TAG}
|
|
|
|
COPY alpine/repositories /etc/apk/
|