You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
---
4
4
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.
6
6
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.
0 commit comments