Skip to content

Commit 8cc939b

Browse files
author
Michael Bryson
authored
SCMOD-12063: Updated to latest postgres 11 image (#5)
1 parent 9619e53 commit 8cc939b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
---
44

5-
A Docker container with PostgreSQL 11.7 and the Java 11 runtime environment installed.
5+
A Docker container with PostgreSQL 11 and the Java 11 runtime environment installed.
66

7-
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.
7+
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.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323

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

2828
<inceptionYear>2017</inceptionYear>
@@ -128,7 +128,7 @@
128128
<alias>java-postgres</alias>
129129
<name>${dockerCafApiOrg}java-postgres${dockerProjectVersion}</name>
130130
<build>
131-
<from>${dockerHubPublic}/library/postgres:11.7-alpine</from>
131+
<from>${dockerHubPublic}/library/postgres:11-alpine</from>
132132
<labels>
133133
<Build.Number>${project.version}</Build.Number>
134134
<Build.Date>${maven.build.timestamp}</Build.Date>

release-notes-2.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
!not-ready-for-release!
2-
31
#### Version Number
42
${version-number}
53

64
#### New Features
5+
- **SCMOD-12063**: Updated base image to latest `postgres:11-alpine`.
76

87
#### Known Issues
8+
- None

0 commit comments

Comments
 (0)