Skip to content

Commit 74a135b

Browse files
committed
Update for the latest version postgresql
1 parent 7d6fb75 commit 74a135b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
env:
1111
global:
1212
- COMMIT=${TRAVIS_COMMIT::8}
13-
- REPO=dockerframework/postgresql:10.2
13+
- REPO=dockerframework/postgresql
1414
- CGO_ENABLED=0
1515
- GOOS=linux
1616
- GOARCH=amd64

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# PostgreSQL Container
22
PostgreSQL Container of Docker Framework
33

4-
[![Build Status](https://travis-ci.org/dockerframework/postgresql.svg?branch=master)](https://travis-ci.org/dockerframework/postgresql) [![](https://images.microbadger.com/badges/image/dockerframework/postgresql:10.2.svg)](https://microbadger.com/images/dockerframework/postgresql:10.2 "Layers") [![](https://images.microbadger.com/badges/version/dockerframework/postgresql:10.2.svg)](https://microbadger.com/images/dockerframework/postgresql:10.2 "Version") [![GitHub issues](https://img.shields.io/github/issues/dockerframework/postgresql.svg)](https://github.com/dockerframework/postgresql/issues) [![GitHub forks](https://img.shields.io/github/forks/dockerframework/postgresql.svg)](https://github.com/dockerframework/postgresql/network) [![GitHub stars](https://img.shields.io/github/stars/dockerframework/postgresql.svg)](https://github.com/dockerframework/postgresql/stargazers) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dockerframework/postgresql/master/LICENSE)
4+
[![Build Status](https://travis-ci.org/dockerframework/postgresql.svg?branch=master)](https://travis-ci.org/dockerframework/postgresql) [![](https://images.microbadger.com/badges/image/dockerframework/postgresql:latest.svg)](https://microbadger.com/images/dockerframework/postgresql:latest "Layers") [![](https://images.microbadger.com/badges/version/dockerframework/postgresql:latest.svg)](https://microbadger.com/images/dockerframework/postgresql:latest "Version") [![GitHub issues](https://img.shields.io/github/issues/dockerframework/postgresql.svg)](https://github.com/dockerframework/postgresql/issues) [![GitHub forks](https://img.shields.io/github/forks/dockerframework/postgresql.svg)](https://github.com/dockerframework/postgresql/network) [![GitHub stars](https://img.shields.io/github/stars/dockerframework/postgresql.svg)](https://github.com/dockerframework/postgresql/stargazers) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/dockerframework/postgresql/master/LICENSE)

tests/docker_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
DOCKER_IMAGE="dockerframework/postgresql"
4-
DOCKER_TAG="10.2"
4+
DOCKER_TAG="latest"
55

66
#### Halt script on error
77
set -e

0 commit comments

Comments
 (0)