Skip to content

Commit

Permalink
chore(deps): bump library/golang from 1.20.11-alpine3.18 to 1.21.4-al…
Browse files Browse the repository at this point in the history
…pine3.18 in /golang (#38)
  • Loading branch information
alimd authored Nov 29, 2023
2 parents 55c9864 + f598993 commit ca23d89
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.20.11-alpine3.18
FROM docker.io/library/golang:1.21.4-alpine3.18

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.20.11-alpine3.18" \
org.opencontainers.image.version="1.20.11" \
org.opencontainers.image.ref.name="1.20.11" \
org.opencontainers.image.base.name="docker.io/library/golang:1.21.4-alpine3.18" \
org.opencontainers.image.version="1.21.4" \
org.opencontainers.image.ref.name="1.21.4" \
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.20.11" \
cloud.alwatr.image.version.full="1.21.4" \
cloud.alwatr.image.version.short="1"

0 comments on commit ca23d89

Please sign in to comment.