Update image versions

- golang:1.15.6-alpine3.12
- postgres:10.15
- gcr.io/etcd-development/etcd:v3.4.9

Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
Stephen Augustus 2020-12-14 02:41:08 -05:00
parent 2b0f47306b
commit c742b2a40a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.15-alpine
FROM golang:1.15.6-alpine3.12
ARG TARGETOS
ARG TARGETARCH

View File

@ -19,7 +19,7 @@ services:
- "127.0.0.1:3306:3306"
postgres:
image: postgres:10.8
image: postgres:10.15
environment:
POSTGRES_DB: dex
POSTGRES_USER: postgres
@ -28,7 +28,7 @@ services:
- "127.0.0.1:5432:5432"
etcd:
image: gcr.io/etcd-development/etcd:v3.2.9
image: gcr.io/etcd-development/etcd:v3.4.9
environment:
ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379