Compare commits

..

No commits in common. "35d8bee0b7e4f44e06afc3ff7b2d308ec9d0b852" and "b91a07912503718c52bc1e0434a64f57ab90d15d" have entirely different histories.

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT
FROM golang:latest@sha256:c2d828fd49c47ed2b9192d2dbffed83052d8a21af465056d732c3de0d756f217 AS builder
FROM golang:latest@sha256:8956c08c8129598db36e92680d6afda0079b6b32b93c2c08260bf6fa75524e07 AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir