diff --git a/Dockerfile b/Dockerfile index 3708e0f0..8be409d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20.5@sha256:5819b6e7498119819e5e49c9b8937126161a9a4aca76542694c35883e98e7779 AS builder +FROM golang:1.20.5@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f AS builder ENV APP_ROOT=/opt/app-root ENV GOPATH=$APP_ROOT @@ -25,7 +25,7 @@ ARG TARGETARCH RUN CGO_ENABLED=0 make scorecard-webapp # Multi-Stage production build -FROM golang:1.20.5@sha256:5819b6e7498119819e5e49c9b8937126161a9a4aca76542694c35883e98e7779 as deploy +FROM golang:1.20.5@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f as deploy # Retrieve the binary from the previous stage COPY --from=builder /opt/app-root/src/scorecard-webapp /usr/local/bin/scorecard-webapp