Skip to content

Commit

Permalink
Bump quarkus/quarkus-micro-image in /src/main/docker
Browse files Browse the repository at this point in the history
Bumps quarkus/quarkus-micro-image from 2.0-2024-12-01 to 2.0-2024-12-08.

---
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 Dec 9, 2024
1 parent 8343d56 commit e2a3186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.multistage
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY src /code/src
RUN ./mvnw package -Dnative

## Stage 2 : create the docker final image
FROM quay.io/quarkus/quarkus-micro-image:2.0-2024-12-01
FROM quay.io/quarkus/quarkus-micro-image:2.0-2024-12-08
WORKDIR /work/
COPY --from=build /code/target/*-runner /work/application

Expand Down
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/code-with-quarkus
#
###
FROM quay.io/quarkus/quarkus-micro-image:2.0-2024-12-01
FROM quay.io/quarkus/quarkus-micro-image:2.0-2024-12-08
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit e2a3186

Please sign in to comment.