Skip to content

Commit

Permalink
CDR-1375 use stable ehrbase image
Browse files Browse the repository at this point in the history
  • Loading branch information
vmueller-vg committed Apr 8, 2024
1 parent aa7522b commit 4c24547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class EHRbaseContainer extends GenericContainer {

protected static final String EHRBASE_PASSWORD = "ehrbase_restricted";

private static final String IMAGE = "ehrbase/ehrbase:next-amd64";
private static final String IMAGE = "ehrbase/ehrbase:0.32.0";

private final Logger log = LoggerFactory.getLogger(this.getClass());

Expand Down

0 comments on commit 4c24547

Please sign in to comment.