Skip to content

Commit

Permalink
Merge pull request #60 from upa-io/dependabot/docker/src/main/docker/…
Browse files Browse the repository at this point in the history
…quarkus/quarkus-micro-image-3.0

chore(deps): Bump quarkus/quarkus-micro-image from 2.0-2024-12-29 to 3.0 in /src/main/docker
  • Loading branch information
github-actions[bot] authored Feb 3, 2025
2 parents db81fbb + fe55eda commit 35ecf31
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-29
FROM quay.io/quarkus/quarkus-micro-image:3.0
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-29
FROM quay.io/quarkus/quarkus-micro-image:3.0
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit 35ecf31

Please sign in to comment.