Compare commits

...

7 Commits

Author SHA1 Message Date
b0f950f96f fix dockerfile
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2022-08-22 11:35:04 +12:00
3cc928f37e remove when
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2022-08-22 11:33:07 +12:00
2605d0beba event when syntax 2022-08-22 11:29:44 +12:00
83406504c5 event when syntax 2022-08-22 11:28:19 +12:00
60d191f5a2 event when syntax 2022-08-22 11:25:37 +12:00
61d997bac9 event syntax 2022-08-22 11:22:00 +12:00
2b647bdb87 syntax 2022-08-22 11:18:32 +12:00

View File

@ -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