mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-23 14:20:49 +01:00
Compare commits
No commits in common. "2347b0fa4fe031a152bb5e006df636ccc60affc2" and "c543301321990168945743bb654f51b4d79a8f1e" have entirely different histories.
2347b0fa4f
...
c543301321
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM golang:latest@sha256:4a3c2bcd243d3dbb7b15237eecb0792db3614900037998c2cd6a579c46888c1e AS builder
|
||||
FROM golang:latest@sha256:9b09ffe3fef804395771af434bfc35a37e5209114d13e51af9339f5c5827c838 AS builder
|
||||
RUN mkdir /builddir
|
||||
ADD . /builddir/
|
||||
WORKDIR /builddir
|
||||
|
|
Loading…
Reference in a new issue