Skip to content
Snippets Groups Projects
Commit c742b2a4 authored by Stephen Augustus's avatar Stephen Augustus
Browse files

Update image versions


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

Signed-off-by: default avatarStephen Augustus <saugustus@vmware.com>
parent 2b0f4730
Branches
Tags
No related merge requests found
FROM golang:1.15-alpine
FROM golang:1.15.6-alpine3.12
ARG TARGETOS
ARG TARGETARCH
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment