mirror of https://github.com/docker/docs.git
Merge pull request #8567 from vsocrates/patch-1
Include Ubuntu version in Dockerfile
This commit is contained in:
commit
be2f4587d6
|
@ -21,7 +21,7 @@ suitably secure.
|
||||||
# example Dockerfile for https://docs.docker.com/engine/examples/postgresql_service/
|
# example Dockerfile for https://docs.docker.com/engine/examples/postgresql_service/
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM ubuntu
|
FROM ubuntu:16.04
|
||||||
|
|
||||||
# Add the PostgreSQL PGP key to verify their Debian packages.
|
# Add the PostgreSQL PGP key to verify their Debian packages.
|
||||||
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
|
# It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
|
||||||
|
|
Loading…
Reference in New Issue