Skip to content

Commit 8e6fe7e

Browse files
committed
chore: Fix postgres tag
1 parent a46a347 commit 8e6fe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository-postgresql/src/test/java/org/lfenergy/compas/scl/data/repository/postgresql/PostgreSQLServerJUnitExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public void beforeAll(final ExtensionContext context) throws Exception {
3535
lock.lock();
3636
if (pg == null) {
3737
pg = EmbeddedPostgres.builder()
38-
.setTag("15-latest")
38+
.setTag("15-alpine")
3939
.start();
4040

4141
// We will also run Flyway to upgrade the database.

0 commit comments

Comments
 (0)