Skip to content

Commit

Permalink
Update images for Go 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Dec 13, 2024
1 parent 404af1c commit 68335e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
# - "127.0.0.1:8222:8222"

prometheus:
image: docker.io/prom/prometheus:v3.0.0
image: docker.io/prom/prometheus:v3.0.1
# nobody
user: "65534"
volumes:
Expand All @@ -39,7 +39,7 @@ services:
- "127.0.0.1:9090:9090"

gateway:
image: ghcr.io/openfaas/gateway:0.27.10
image: ghcr.io/openfaas/gateway:0.27.12
environment:
- basic_auth=true
- functions_provider_url=http://faasd-provider:8081/
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- "8080:8080"

queue-worker:
image: ghcr.io/openfaas/queue-worker:0.14.1
image: ghcr.io/openfaas/queue-worker:0.14.2
environment:
- faas_nats_address=nats
- faas_nats_port=4222
Expand Down

0 comments on commit 68335e2

Please sign in to comment.