diff options
Diffstat (limited to 'Docker/Dockerfile-Oldest')
| -rw-r--r-- | Docker/Dockerfile-Oldest | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Docker/Dockerfile-Oldest b/Docker/Dockerfile-Oldest index b2d915571..2ed2e1a38 100644 --- a/Docker/Dockerfile-Oldest +++ b/Docker/Dockerfile-Oldest @@ -17,7 +17,6 @@ COPY . /var/www/FreshRSS COPY ./Docker/*.Apache.conf /etc/apache2/conf.d/ ARG FRESHRSS_VERSION -ARG SOURCE_BRANCH ARG SOURCE_COMMIT LABEL \ @@ -25,7 +24,7 @@ LABEL \ org.opencontainers.image.description="A self-hosted RSS feed aggregator" \ org.opencontainers.image.documentation="https://freshrss.github.io/FreshRSS/" \ org.opencontainers.image.licenses="AGPL-3.0" \ - org.opencontainers.image.revision="${SOURCE_BRANCH}.${SOURCE_COMMIT}" \ + org.opencontainers.image.revision="${SOURCE_COMMIT}" \ org.opencontainers.image.source="https://github.com/FreshRSS/FreshRSS" \ org.opencontainers.image.title="FreshRSS" \ org.opencontainers.image.url="https://freshrss.org/" \ |
