Last analyzed 9d1c9f5 5 months ago
Default analysis branch is
Currently analyzing run
Pin image versions explicitly to a release tag DOK-DL3007
Bug risk
8 months ago8 months 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