Skip to content

Commit

Permalink
Merge pull request #395 from pascalgrimaud/fix-postgres-docker-image
Browse files Browse the repository at this point in the history
Fix postgres Docker Image
  • Loading branch information
pascalgrimaud authored Dec 23, 2021
2 parents 70f419e + ed6699f commit 854fa00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class Postgresql {

public static final String POSTGRESQL_DOCKER_VERSION = "14.1";

public static final String POSTGRESQL_DOCKER_IMAGE = "postgresql:" + POSTGRESQL_DOCKER_VERSION;
public static final String POSTGRESQL_DOCKER_IMAGE = "postgres:" + POSTGRESQL_DOCKER_VERSION;

private Postgresql() {}

Expand Down

0 comments on commit 854fa00

Please sign in to comment.