Skip to content

Commit

Permalink
Bump quarkus/quarkus-micro-image
Browse files Browse the repository at this point in the history
Bumps quarkus/quarkus-micro-image from 2.0 to 2.0-2024-10-23.

---
updated-dependencies:
- dependency-name: quarkus/quarkus-micro-image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent ed40514 commit 891c405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vulnerability-analyzer/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/quarkus/quarkus-micro-image:2.0
FROM quay.io/quarkus/quarkus-micro-image:2.0-2024-10-23
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/quarkus/quarkus-micro-image:2.0
FROM quay.io/quarkus/quarkus-micro-image:2.0-2024-10-23
ARG TARGETARCH
WORKDIR /work/
RUN chown 1001 /work \
Expand Down

0 comments on commit 891c405

Please sign in to comment.