🗃️ modified: Dockerfile 🗃️

This commit is contained in:
Jason 2022-07-09 13:28:11 -04:00
parent cf1819e307
commit 169402f3e0
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -1,4 +1,4 @@
FROM casjaysdev/alpine:latest as stage
FROM casjaysdevdocker/alpine:latest as stage
RUN apk update && \
apk add --no-cache \
@ -21,12 +21,12 @@ ENV \
LABEL \
org.label-schema.name="alpine" \
org.label-schema.description="Base Alpine Linux" \
org.label-schema.url="https://github.com/casjaysdev/alpine" \
org.label-schema.vcs-url="https://github.com/casjaysdev/alpine" \
org.label-schema.url="https://hub.docker.com/r/casjaysdevdocker/alpine" \
org.label-schema.vcs-url="https://github.com/casjaysdevdocker/alpine" \
org.label-schema.build-date=$BUILD_DATE \
org.label-schema.version=$BUILD_DATE \
org.label-schema.vcs-ref=$BUILD_DATE \
org.label-schema.license="MIT" \
org.label-schema.license="WTFPL" \
org.label-schema.vcs-type="Git" \
org.label-schema.schema-version="latest" \
org.label-schema.vendor="CasjaysDev" \