Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<name>Java Postgres Container</name>
<description>A Docker container with PostgreSQL 11.7 and the Java 8 runtime environment installed.</description>
<description>A Docker container with PostgreSQL 11 and the Java 8 runtime environment installed.</description>
<url>https://github.com/CAFapi/java-postgres-container</url>

<inceptionYear>2017</inceptionYear>
Expand Down Expand Up @@ -128,7 +128,7 @@
<alias>java-postgres</alias>
<name>${dockerCafApiOrg}java-postgres${dockerProjectVersion}</name>
<build>
<from>${dockerHubPublic}/library/postgres:11.7-alpine</from>
<from>${dockerHubPublic}/library/postgres:11-alpine</from>
<labels>
<Build.Number>${project.version}</Build.Number>
<Build.Date>${maven.build.timestamp}</Build.Date>
Expand Down
4 changes: 2 additions & 2 deletions release-notes-2.1.0.md
Original file line number Diff line number Diff line change
@@ -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