Skip to content

Commit

Permalink
update docker base image
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Nov 16, 2024
1 parent eb12026 commit 917e672
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM almalinux:9.4-minimal
FROM almalinux:10-kitten-minimal

LABEL maintainer="cyclonedx" \
org.opencontainers.image.authors="Prabhu Subramanian <prabhu@appthreat.com>" \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile-bun
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM almalinux:9.4-minimal
FROM almalinux:10-kitten-minimal

LABEL maintainer="cyclonedx" \
org.opencontainers.image.authors="Prabhu Subramanian <prabhu@appthreat.com>" \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile-deno
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM almalinux:9.4-minimal
FROM almalinux:10-kitten-minimal

LABEL maintainer="cyclonedx" \
org.opencontainers.image.authors="Prabhu Subramanian <prabhu@appthreat.com>" \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile-ppc64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM almalinux:9.4-minimal
FROM almalinux:10-kitten-minimal

LABEL maintainer="cyclonedx" \
org.opencontainers.image.authors="Prabhu Subramanian <prabhu@appthreat.com>" \
Expand Down

0 comments on commit 917e672

Please sign in to comment.