Skip to content

Commit

Permalink
pin postgres 9.6.12 to avoid timezone bug in 9.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sjansen committed Jun 19, 2019
1 parent 952491a commit c33ff8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- "${GOPATH:-/tmp}/pkg/mod:/go/pkg/mod"
working_dir: /go/src/github.com/sjansen/pgutil
pg:
image: 'postgres:9.6-alpine'
image: 'postgres:9.6.12-alpine'
environment:
POSTGRES_DB: "pgutil"
POSTGRES_USER: "docker"
Expand Down
4 changes: 2 additions & 2 deletions docker/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.11.10-stretch
FROM golang:1.11.11-stretch

RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh \
| sh -s -- -b "$GOPATH/bin" v1.16.0
| sh -s -- -b "$GOPATH/bin" v1.17.1

0 comments on commit c33ff8f

Please sign in to comment.