From 8ef6a50dc08bfd2312e48071b1dc28e2d0ca3913 Mon Sep 17 00:00:00 2001 From: AkashRajpurohit Date: Fri, 11 Oct 2024 17:28:25 +0530 Subject: [PATCH] chore: :recycle: remove labels --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 682b86c..2e983be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,12 +27,6 @@ FROM alpine:latest WORKDIR /opt/go LABEL maintainer="AkashRajpurohit " -LABEL org.opencontainers.image.authors="AkashRajpurohit " -LABEL org.opencontainers.image.version="${VERSION}" -LABEL org.opencontainers.image.build-date="${BUILD_DATE}" -LABEL org.opencontainers.image.source="https://github.com/AkashRajpurohit/git-sync" -LABEL org.opencontainers.image.title="git-sync" -LABEL org.opencontainers.image.description="A tool to backup and sync your git repositories" # Install git since it's required for the application RUN apk update && \