From 9e99186bb7f41eaccf64f48ceb927bbefbde21d8 Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Aug 2024 20:36:00 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d18ee3e..12c22b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -223,7 +223,6 @@ ARG PHP_VERSION ARG PHP_SERVER ARG LICENSE="WTFPL" ARG ENV_PORTS="" -ARG GIT_VERSION="$(git -C . show-ref --head --dereference 2>/dev/null|grep ' HEAD' |awk -F' ' '{print $1}')" USER ${USER} WORKDIR /root @@ -241,7 +240,7 @@ LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}" LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdevdocker/archlinux" LABEL org.opencontainers.image.url.source="https://hub.docker.com/r/casjaysdevdocker/archlinux" LABEL org.opencontainers.image.vcs-type="Git" -LABEL org.opencontainers.image.vcs-ref="${GIT_VERSION}" +LABEL org.opencontainers.image.vcs-ref="${BUILD_VERSION}" LABEL org.opencontainers.image.vcs-url="https://github.com/casjaysdevdocker/archlinux" LABEL org.opencontainers.image.documentation="https://github.com/casjaysdevdocker/archlinux" LABEL com.github.containers.toolbox="false"