Switched to 3.3 base image, documented docker make task

This commit is contained in:
Thomas Boerger 2016-01-01 12:47:20 +01:00
parent 2d7d0c5169
commit be5a0ad5a0
1 changed files with 2 additions and 3 deletions

View File

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