Skip to content

Commit

Permalink
chore(deps): bump library/golang from 1.22.1-alpine3.18 to 1.22.3-alp…
Browse files Browse the repository at this point in the history
…ine3.18 in /golang (#124)
  • Loading branch information
AliMD authored Oct 29, 2024
2 parents 5bf3bef + c674bbe commit 9d82785
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/library/golang:1.22.1-alpine
FROM docker.io/library/golang:1.22.3-alpine

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 9d82785

Please sign in to comment.