kube-tarian / sigrun

Pin image versions explicitly to a release tag DOK-DL3007
Bug risk
Major
2 years ago2 years old
Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag
 1FROM golang:latest 2# All these steps will be cached
 3RUN mkdir /project
 4WORKDIR /project