Skip to content

Commit

Permalink
chore: Update go-image version in docker-compose manifest
Browse files Browse the repository at this point in the history
We should be running the local dev setup on 1.20 due to
golang/go#33121

Signed-off-by: crozzy <[email protected]>
  • Loading branch information
crozzy committed Feb 11, 2023
1 parent 02f311d commit 12f38e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ x-anchors:
grafana: &grafana-image docker.io/grafana/grafana:8.0.3
quay: &quay-image quay.io/projectquay/quay:latest
redis: &redis-image docker.io/library/redis:6.2
go: &go-image quay.io/projectquay/golang:1.18
go: &go-image quay.io/projectquay/golang:1.20
skopeo: &skopeo-image quay.io/skopeo/stable:latest
activemq: &activemq-image docker.io/rmohr/activemq:5.15.9-alpine
clair-service: &clair-service
Expand Down

0 comments on commit 12f38e4

Please sign in to comment.