Skip to content

Commit

Permalink
Bump quarkus/quarkus-micro-image in /src/main/docker (#115)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent a2d0625 commit 5175767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native-micro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# docker run -i --rm -p 8080:8080 quarkus/console-datagen
#
###
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

0 comments on commit 5175767

Please sign in to comment.