mirror of
https://github.com/wneessen/logranger.git
synced 2024-11-23 13:20:50 +01:00
Compare commits
No commits in common. "e07792e6fd0bf6127296fe763acbd884be37db9f" and "e67c1ea27014483bf5b61de945c0356eed920771" have entirely different histories.
e07792e6fd
...
e67c1ea270
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
## Build first
|
## Build first
|
||||||
FROM golang:alpine@sha256:421bc7f4b90d042c56282bb894451108f8ab886687e1b73abaefad31ab10a14d AS builder
|
FROM golang:alpine@sha256:b8ded51bad03238f67994d0a6b88680609b392db04312f60c23358cc878d4902 AS builder
|
||||||
RUN mkdir /builddithur
|
RUN mkdir /builddithur
|
||||||
ADD cmd/ /builddir/cmd/
|
ADD cmd/ /builddir/cmd/
|
||||||
ADD template/ /builddir/template
|
ADD template/ /builddir/template
|
||||||
|
|
Loading…
Reference in a new issue