Skip to content

Commit

Permalink
chore(deps): update parent and docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jul 4, 2024
1 parent 16e140c commit 3b2af4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.tkit.onecx</groupId>
<artifactId>onecx-quarkus3-parent</artifactId>
<version>0.53.0</version>
<version>0.54.0</version>
</parent>

<artifactId>onecx-welcome-bff</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/onecx/docker-quarkus-jvm:0.7.0
FROM ghcr.io/onecx/docker-quarkus-jvm:0.8.0

COPY --chown=185 target/quarkus-app/lib/ /deployments/lib/
COPY --chown=185 target/quarkus-app/*.jar /deployments/
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM ghcr.io/onecx/docker-quarkus-native:0.5.0
FROM ghcr.io/onecx/docker-quarkus-native:0.6.0

COPY --chown=1001:root target/*-runner /work/application

0 comments on commit 3b2af4f

Please sign in to comment.