From 91e4f0a5fb473dfb7793f933a0c18ad73d53c9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:33:36 +0000 Subject: [PATCH 1/2] chore(deps): bump library/alpine from 3.17.5 to 3.18.4 in /alpine Bumps library/alpine from 3.17.5 to 3.18.4. --- updated-dependencies: - dependency-name: library/alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 73276a4..2de3792 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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; \ From 3df5c09e3a5fb6ac6fba184e0d04984153b46e2d Mon Sep 17 00:00:00 2001 From: "S. Ali Mihandoost" Date: Sat, 11 Nov 2023 13:07:08 +0330 Subject: [PATCH 2/2] feat(alpine): update Signed-off-by: S. Ali Mihandoost --- alpine/Dockerfile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 2de3792..aab94a3 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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} \ @@ -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 (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)" \ - maintainer="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (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"