Skip to content

Commit

Permalink
chore(deps): bump library/alpine from 3.17.5 to 3.18.4 in /alpine (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Nov 11, 2023
2 parents b52a425 + 3df5c09 commit 7a6d6f9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.17.5
FROM docker.io/library/alpine:3.18.4

ARG APK_TESTING
RUN set -ex; \
Expand All @@ -22,9 +22,9 @@ ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/alpine" \
org.opencontainers.image.description="This is a lightweight Linux image for use in containerized applications. It includes only the necessary packages and dependencies to keep the image size small and efficient, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/alpine:3.17.5" \
org.opencontainers.image.version="3.17.5" \
org.opencontainers.image.ref.name="3.17.5" \
org.opencontainers.image.base.name="docker.io/library/alpine:3.18.4" \
org.opencontainers.image.version="3.18.4" \
org.opencontainers.image.ref.name="3.18.4" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REV} \
Expand All @@ -33,8 +33,5 @@ LABEL org.opencontainers.image.title="alwatr/alpine" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/alpine" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/alpine" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
maintainer="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
version="3.17" \
description="This is a lightweight Linux image for use in containerized applications. It includes only the necessary packages and dependencies to keep the image size small and efficient, packaged by Alwatr." \
cloud.alwatr.image.version.full="3.17.5" \
cloud.alwatr.image.version.full="3.18.4" \
cloud.alwatr.image.version.short="3"

0 comments on commit 7a6d6f9

Please sign in to comment.