Compare commits
No commits in common. "b0f950f96ff71d2501047f4067f96fad30295e73" and "467f22d1ff3c0908dbbfd5004833118683bdcbe8" have entirely different histories.
b0f950f96f
...
467f22d1ff
@ -1,8 +1,8 @@
|
|||||||
ARG SHOUTRRR_VERSION=v0.6.1
|
ARG SHOUTRRR_VERSION=v0.6.1
|
||||||
FROM golang:bullseye AS builder
|
FROM golang:bullseye AS builder
|
||||||
RUN git clone https://github.com/containrrr/shoutrrr.git shoutrrr && \
|
RUN git clone https://github.com/containrrr/shoutrrr.git shoutrrr \
|
||||||
cd ./shoutrrr && \
|
cd ./shoutrrr \
|
||||||
git checkout ${SHOUTRRR_VERSION} && \
|
git checkout ${SHOUTRRR_VERSION} \
|
||||||
go build -o /output ./shoutrrr
|
go build -o /output ./shoutrrr
|
||||||
|
|
||||||
FROM debian:11-slim
|
FROM debian:11-slim
|
||||||
|
Loading…
Reference in New Issue
Block a user