Skip to content

Commit

Permalink
chore(golang): update label version
Browse files Browse the repository at this point in the history
Signed-off-by: S. Ali Mihandoost <[email protected]>
  • Loading branch information
AliMD authored Oct 29, 2024
1 parent 4aaf0d9 commit c674bbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/golang" \
org.opencontainers.image.description="Go (golang) is a general purpose, higher-level, imperative programming language, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/golang:1.22.1-alpine" \
org.opencontainers.image.version="1.22.1" \
org.opencontainers.image.ref.name="1.22.1" \
org.opencontainers.image.base.name="docker.io/library/golang:1.22.3-alpine" \
org.opencontainers.image.version="1.22.3" \
org.opencontainers.image.ref.name="1.22.3" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand All @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/golang" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/golang" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/golang" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
cloud.alwatr.image.version.full="1.22.1" \
cloud.alwatr.image.version.full="1.22.3" \
cloud.alwatr.image.version.short="1"

0 comments on commit c674bbe

Please sign in to comment.