Compare commits

..

No commits in common. "503d4fa07cfa5533308e1b0310a03c6f0721a36f" and "44a0646a59fab1a462aa002cac84edbfba13a81a" have entirely different histories.

View file

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