mirror of
https://github.com/openfaas/faas.git
synced 2025-06-27 01:03:26 +00:00
Push to latest gateway version
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -5,7 +5,7 @@ services:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
ports:
|
||||
- 8080:8080
|
||||
image: functions/gateway:0.6.6d
|
||||
image: functions/gateway:0.6.7
|
||||
networks:
|
||||
- functions
|
||||
environment:
|
||||
@ -129,7 +129,7 @@ services:
|
||||
|
||||
# Uses `cat` to echo back response, fastest function to execute.
|
||||
echoit:
|
||||
image: functions/alpine:health
|
||||
image: functions/alpine:latest
|
||||
labels:
|
||||
function: "true"
|
||||
depends_on:
|
||||
|
Reference in New Issue
Block a user