Skip to content

Commit 68335e2

Browse files
committed
Update images for Go 1.23
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 404af1c commit 68335e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
# - "127.0.0.1:8222:8222"
2222

2323
prometheus:
24-
image: docker.io/prom/prometheus:v3.0.0
24+
image: docker.io/prom/prometheus:v3.0.1
2525
# nobody
2626
user: "65534"
2727
volumes:
@@ -39,7 +39,7 @@ services:
3939
- "127.0.0.1:9090:9090"
4040

4141
gateway:
42-
image: ghcr.io/openfaas/gateway:0.27.10
42+
image: ghcr.io/openfaas/gateway:0.27.12
4343
environment:
4444
- basic_auth=true
4545
- functions_provider_url=http://faasd-provider:8081/
@@ -69,7 +69,7 @@ services:
6969
- "8080:8080"
7070

7171
queue-worker:
72-
image: ghcr.io/openfaas/queue-worker:0.14.1
72+
image: ghcr.io/openfaas/queue-worker:0.14.2
7373
environment:
7474
- faas_nats_address=nats
7575
- faas_nats_port=4222

0 commit comments

Comments
 (0)