Skip to content

Commit e5af238

Browse files
committed
chore(dev): Update PostgreSQL 17.6 to 18.0 as default image
Signed-off-by: Thomas Vitale <ThomasVitale@users.noreply.github.com>
1 parent 51e36f9 commit e5af238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arconia-dev/arconia-dev-services/arconia-dev-services-postgresql/src/main/java/io/arconia/dev/services/postgresql/PostgresqlDevServicesProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class PostgresqlDevServicesProperties implements JdbcDevServicesPropertie
2424
/**
2525
* Full name of the container image used in the dev service.
2626
*/
27-
private String imageName = "postgres:17.6-alpine";
27+
private String imageName = "postgres:18.0-alpine";
2828

2929
/**
3030
* Environment variables to set in the service.

0 commit comments

Comments
 (0)