Skip to content

Commit 9cafd8c

Browse files
authored
chore(deps): bump library/alpine from 3.18.4 to 3.19.1 in /alpine (#68)
2 parents 6e88cd7 + b24756a commit 9cafd8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

alpine/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/alpine:3.18.4
1+
FROM docker.io/library/alpine:3.19.1
22

33
ARG APK_TESTING
44
RUN set -ex; \
@@ -22,9 +22,9 @@ ARG BUILD_REV
2222
ARG BUILD_DATE
2323
LABEL org.opencontainers.image.title="alwatr/alpine" \
2424
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." \
25-
org.opencontainers.image.base.name="docker.io/library/alpine:3.18.4" \
26-
org.opencontainers.image.version="3.18.4" \
27-
org.opencontainers.image.ref.name="3.18.4" \
25+
org.opencontainers.image.base.name="docker.io/library/alpine:3.19.1" \
26+
org.opencontainers.image.version="3.19.1" \
27+
org.opencontainers.image.ref.name="3.19.1" \
2828
org.opencontainers.image.licenses="MIT" \
2929
org.opencontainers.image.created=${BUILD_DATE} \
3030
org.opencontainers.image.revision=${BUILD_REV} \
@@ -33,5 +33,5 @@ LABEL org.opencontainers.image.title="alwatr/alpine" \
3333
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/alpine" \
3434
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/alpine" \
3535
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
36-
cloud.alwatr.image.version.full="3.18.4" \
36+
cloud.alwatr.image.version.full="3.19.1" \
3737
cloud.alwatr.image.version.short="3"

0 commit comments

Comments
 (0)