Skip to content

Commit f6bf7eb

Browse files
docker-compose: Update go to 1.23
1 parent 70ae0cb commit f6bf7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- MINIO_ACCESS_KEY=client
2626
- MINIO_SECRET_KEY=secret01
2727
- MINIO_REGION_NAME=us-east-1
28-
28+
2929
couchdb:
3030
image: couchdb
3131
volumes:
@@ -56,7 +56,7 @@ services:
5656
- "./prometheus.yml:/etc/prometheus/prometheus.yml"
5757

5858
testserver:
59-
image: "golang:1.21"
59+
image: "golang:1.23"
6060
volumes:
6161
- .:/srv
6262
working_dir: /srv

0 commit comments

Comments
 (0)