Updating alpine version

This commit is contained in:
Don
2016-05-25 12:15:15 -07:00
parent aafcdaed32
commit 831a9b6b3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# CGO_ENABLED=0 go build -a -tags netgo
# docker build --rm=true -t plugins/drone-npm .
FROM alpine:3.2
FROM alpine:3.3
RUN apk add -U ca-certificates git nodejs && rm -rf /var/cache/apk/*
ADD drone-npm /bin/
ENTRYPOINT ["/bin/drone-npm"]
+1 -1
View File
@@ -3,7 +3,7 @@
# cd $GOPATH/src/github.com/drone-plugins/drone-npm
# docker build --file=Dockerfile.alpine --rm=true -t plugins/drone-npm .
FROM alpine:3.2
FROM alpine:3.3
ENV GOROOT=/usr/lib/go \
GOPATH=/gopath \