Skip to content

Commit

Permalink
feat(ct): make dataverse app image use base rev1 image
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 12, 2024
1 parent 721814a commit 3c0650f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,8 @@
<app.image.tag>unstable</app.image.tag>
<app.skipDeploy>false</app.skipDeploy>
<base.image>gdcc/base:${base.image.tag}</base.image>
<base.image.tag>unstable</base.image.tag>
<!-- Remember to keep this aligned with the version in modules/container-base -->
<base.image.tag>rev1</base.image.tag>
<conf.image>gdcc/configbaker:${conf.image.tag}</conf.image>
<conf.image.tag>${app.image.tag}</conf.image.tag>

Expand Down

0 comments on commit 3c0650f

Please sign in to comment.