mirror of
https://github.com/drone-plugins/drone-npm.git
synced 2026-06-04 18:23:52 +08:00
Updating alpine version
This commit is contained in:
+1
-1
@@ -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user