gatekeeper: update upstream docker image
This commit is contained in:
parent
26aa7e1fef
commit
bd312b60fc
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/pusher/oauth2_proxy
|
||||
FROM quay.io/oauth2-proxy/oauth2-proxy
|
||||
|
||||
COPY templates /templates
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ version: "3.5"
|
|||
|
||||
services:
|
||||
passbook_gatekeeper:
|
||||
container_name: gatekeeper
|
||||
image: beryju/passbook-gatekeeper:{{ version }}
|
||||
ports:
|
||||
- 4180:4180
|
||||
|
|
Reference in New Issue