bump postgres
This commit is contained in:
@@ -798,12 +798,12 @@ DOCKERFILE="9.6/Dockerfile"
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="9.6/Dockerfile"
|
||||
# https://raw.githubusercontent.com/docker-library/postgres/b7cb3c6eacea93be2259381033be3cc435649369/9.6/Dockerfile
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="9.6/Dockerfile"
|
||||
echo "Building postgres:9.6.5"
|
||||
echo "Building postgres:9.6.20"
|
||||
git clone https://github.com/docker-library/postgres postgres
|
||||
cd postgres
|
||||
git checkout b7cb3c6eacea93be2259381033be3cc435649369
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "postgres:9.6.5" .
|
||||
docker build -f "$DOCKERFILE" -t "postgres:9.6.20" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user