diff --git a/docker-compose.extended.yml b/docker-compose.extended.yml index b4f819ee..5193de3a 100644 --- a/docker-compose.extended.yml +++ b/docker-compose.extended.yml @@ -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: diff --git a/docker-compose.yml b/docker-compose.yml index 6657d0dc..2ea31be1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: @@ -107,7 +107,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: @@ -126,7 +126,7 @@ services: # Counts words in request with `wc` utility wordcount: - image: functions/alpine:health + image: functions/alpine:latest labels: function: "true" com.faas.max_replicas: "10" @@ -146,7 +146,7 @@ services: # Calculates base64 representation of request body. base64: - image: functions/alpine:health + image: functions/alpine:latest labels: function: "true" depends_on: @@ -165,7 +165,7 @@ services: # Decodes base64 representation of request body. decodebase64: - image: functions/alpine:health + image: functions/alpine:latest labels: function: "true" depends_on: