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:
		| @@ -1,4 +1,4 @@ | |||||||
| FROM golang:1.15-alpine | FROM golang:1.15.6-alpine3.12 | ||||||
|  |  | ||||||
| ARG TARGETOS | ARG TARGETOS | ||||||
| ARG TARGETARCH | ARG TARGETARCH | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ services: | |||||||
|       - "127.0.0.1:3306:3306" |       - "127.0.0.1:3306:3306" | ||||||
|  |  | ||||||
|   postgres: |   postgres: | ||||||
|     image: postgres:10.8 |     image: postgres:10.15 | ||||||
|     environment: |     environment: | ||||||
|       POSTGRES_DB: dex |       POSTGRES_DB: dex | ||||||
|       POSTGRES_USER: postgres |       POSTGRES_USER: postgres | ||||||
| @@ -28,7 +28,7 @@ services: | |||||||
|       - "127.0.0.1:5432:5432" |       - "127.0.0.1:5432:5432" | ||||||
|  |  | ||||||
|   etcd: |   etcd: | ||||||
|     image: gcr.io/etcd-development/etcd:v3.2.9 |     image: gcr.io/etcd-development/etcd:v3.4.9 | ||||||
|     environment: |     environment: | ||||||
|       ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 |       ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379 | ||||||
|       ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 |       ETCD_ADVERTISE_CLIENT_URLS: http://0.0.0.0:2379 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user