veraison / services

Attestation verification services based on Veraison components
Apache License 2.0
24 stars 13 forks source link

fix(docker): pin dlv version to v1.22.1 #248

Closed thomas-fossati closed 1 month ago

thomas-fossati commented 1 month ago

dlv@v1.23.0 is incompatible with golang 1.19 which is used by the docker builder.

This change pins dlv version to @v1.22.1 in the builder's Dockerfile to avoid breaking the 'docker-deployment' target.

Fix #247

thomas-fossati commented 1 month ago

cc @jpbrucker