Compare commits

..

No commits in common. "6d121b1b769b2fb017db4380150d4d019efef723" and "d9795811355e12b282af0ff4a05e0832b86e7eee" have entirely different histories.

View file

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