diff --git a/README.md b/README.md index 2881145..8309183 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ --- -A Docker container with PostgreSQL 11.7 and the Java 11 runtime environment installed. +A Docker container with PostgreSQL 11 and the Java 11 runtime environment installed. -The image is built from the postgres docker image postgres:11-7-alpine in the official Docker repository [here](https://hub.docker.com/_/postgres/). The configuration and run instructions for the base image are also applicable to this image. OpenJDK JRE 11 is installed as part of the container build. +The image is built from the postgres docker image postgres:11-alpine in the official Docker repository [here](https://hub.docker.com/_/postgres/). The configuration and run instructions for the base image are also applicable to this image. OpenJDK JRE 11 is installed as part of the container build. diff --git a/pom.xml b/pom.xml index cc19392..d2b9bc3 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 Java Postgres Container - A Docker container with PostgreSQL 11.7 and the Java 8 runtime environment installed. + A Docker container with PostgreSQL 11 and the Java 8 runtime environment installed. https://github.com/CAFapi/java-postgres-container 2017 @@ -128,7 +128,7 @@ java-postgres ${dockerCafApiOrg}java-postgres${dockerProjectVersion} - ${dockerHubPublic}/library/postgres:11.7-alpine + ${dockerHubPublic}/library/postgres:11-alpine ${project.version} ${maven.build.timestamp} diff --git a/release-notes-2.1.0.md b/release-notes-2.1.0.md index b365463..a668806 100644 --- a/release-notes-2.1.0.md +++ b/release-notes-2.1.0.md @@ -1,8 +1,8 @@ -!not-ready-for-release! - #### Version Number ${version-number} #### New Features +- **SCMOD-12063**: Updated base image to latest `postgres:11-alpine`. #### Known Issues +- None