Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
Fixes #176 - Update to latest Piranha version
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Dec 16, 2023
1 parent 2d9a8a3 commit 6119f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</license>
</licenses>
<properties>
<piranha.version>23.8.0</piranha.version>
<piranha.version>23.12.0</piranha.version>
<!-- other -->
<java.version>21</java.version>
<piranha.distribution>webprofile</piranha.distribution>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/piranhacloud/webprofile:23.8.0
FROM ghcr.io/piranhacloud/webprofile:23.12.0
COPY target/calico.war ROOT.war
USER root
RUN chown -R piranha:piranha /home/piranha
Expand Down

0 comments on commit 6119f20

Please sign in to comment.