mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-23 22:30:49 +01:00
Compare commits
No commits in common. "50986d6b0555c3bea06ce95021f66a7f4e5e5beb" and "c4dcbadcd7ff95890a442e1427e139c606bf8d04" have entirely different histories.
50986d6b05
...
c4dcbadcd7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM golang:latest@sha256:969349b8121a56d51c74f4c273ab974c15b3a8ae246a5cffc1df7d28b66cf978 AS builder
|
||||
FROM golang:latest@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 AS builder
|
||||
RUN mkdir /builddir
|
||||
ADD . /builddir/
|
||||
WORKDIR /builddir
|
||||
|
|
Loading…
Reference in a new issue