mirror of
https://github.com/drone-plugins/drone-webhook.git
synced 2026-06-04 18:24:05 +08:00
Switched to 3.3 base image, documented docker make task
This commit is contained in:
+2
-3
@@ -1,10 +1,9 @@
|
||||
# Docker image for the Drone Webhook plugin
|
||||
#
|
||||
# cd $GOPATH/src/github.com/drone-plugins/drone-webhook
|
||||
# make deps build
|
||||
# docker build --rm=true -t plugins/drone-webhook .
|
||||
# make deps build docker
|
||||
|
||||
FROM alpine:3.2
|
||||
FROM alpine:3.3
|
||||
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
|
||||
Reference in New Issue
Block a user