Skip to content

Commit

Permalink
feat(ct): make the container base image follow sequential, incrementi…
Browse files Browse the repository at this point in the history
…ng versions
  • Loading branch information
poikilotherm committed Apr 10, 2024
1 parent 0ba86b2 commit 37f4a51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/container-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

<groupId>io.gdcc</groupId>
<artifactId>container-base</artifactId>
<!-- Remember to keep this aligned with the version in modules/container-base -->
<version>1</version>
<packaging>${packaging.type}</packaging>
<name>Container Base Image</name>
<description>This module provides an application server base image to be decorated with the Dataverse app.</description>
Expand Down Expand Up @@ -40,7 +42,7 @@
<properties>
<packaging.type>docker-build</packaging.type>
<base.image>gdcc/base:${base.image.tag}</base.image>
<base.image.tag>unstable</base.image.tag>
<base.image.tag>R${project.version}</base.image.tag>
<java.image>eclipse-temurin:${target.java.version}-jre</java.image>
<base.image.uid>1000</base.image.uid>
<base.image.gid>1000</base.image.gid>
Expand Down

0 comments on commit 37f4a51

Please sign in to comment.