Skip to content

Commit

Permalink
Update dockerfile with version
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Sep 26, 2024
1 parent 07e9219 commit 9c59d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/dockerfile.simplatform-amd64
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /galasa

USER galasa

COPY galasa-simplatform-application/galasa-simplatform-3270/target/galasa-simplatform-0.24.0.jar /galasa/simplatform.jar
COPY galasa-simplatform-application/galasa-simplatform-3270/target/galasa-simplatform-0.38.0.jar /galasa/simplatform.jar

VOLUME /galasa/.galasa
VOLUME /galasa/load
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<groupId>dev.galasa</groupId>
<artifactId>galasa-simplatform</artifactId>
<version>0.38.0</version>
<!-- If updating the version, also update in dockerfiles/dockerfile.simplatform-amd64 -->
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit 9c59d12

Please sign in to comment.