Compare commits

..

No commits in common. "c8c9cb35c77424ed00acc3aeb2adc08220b5879c" and "67925fb0ee766b0dc3360487211c90f1707ba6be" have entirely different histories.

View file

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