mirror of
https://github.com/casjaysdevdocker/xfce4
synced 2025-01-18 06:34:24 -05:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
parent
cf1819e307
commit
169402f3e0
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user