Skip to content

Commit

Permalink
update release number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff McCormick committed Sep 30, 2016
1 parent 0c2359f commit 1dae8c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/containers.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ The crunchy-ppgadmin4 container executes the pgadmin4 web application.
The pgadmin4 project is found at the following location:
link:https://www.pgadmin.org/

The crunchy-pgadmin4 container (version 1.2.2) is built using the v1.0 Beta 3 version of pgadmin4.

pgadmin4 provides a web user interface to postgresql databases. A
sample screenshot is below:

Expand Down
4 changes: 2 additions & 2 deletions docs/install.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
export CCP_BASEOS=centos7
export CCP_PGVERSION=9.5
export CCP_IMAGE=1.2.2
export CCP_IMAGE=1.2.3
export CCP_IMAGE_TAG=$CCP_BASEOS-$CCP_PGVERSION-$CCP_VERSION
export BUILDBASE=$GOPATH/src/github.com/crunchydata/crunchy-containers
....
Expand All @@ -50,7 +50,7 @@ mkdir crunchydata
cd crunchydata
git clone https://github.com/crunchydata/crunchy-containers
cd crunchy-containers
git checkout 1.2.2
git checkout 1.2.3
godep restore
....

Expand Down

0 comments on commit 1dae8c0

Please sign in to comment.