Skip to content

Commit

Permalink
Fix postgres Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Dec 23, 2021
1 parent f9425d6 commit ed6699f
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 ed6699f

Please sign in to comment.