DiamondLightSource / coniql

Control system interface in GraphQL
Apache License 2.0
6 stars 4 forks source link

PIn version python:3.10.13 in dockerfile #102

Closed abigailalexander closed 10 months ago

abigailalexander commented 10 months ago

Changed coniql dockerfile to use latest version of python 3.10 slim docker image. Currently we use just 3.10-slim, which uses the latest patch version that is available. Changing this to 3.10.13 will allow us to use the latest patch version, released in December, rather than 5 months ago, but also prevents any changes through patches that could break further down the line. I would like to do this in order to get patches available for CVEs that the Kubernetes scanner Stackrox has detected there are upstream fixes for.

abigailalexander commented 10 months ago

Closing after discussion with @AlexanderWells-diamond, as we want to keep the default behaviour of grabbing the latest python 3.10 patch version.