Skip to content

Commit

Permalink
upgrade docker base image to alpine:3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Sauvajon committed Jan 12, 2016
1 parent 61799bb commit 477034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# CGO_ENABLED=0 go build -a -tags netgo
# docker build --rm=true -t plugins/drone-rancher .

FROM gliderlabs/alpine:3.1
FROM gliderlabs/alpine:3.2
RUN apk add --update \
ca-certificates
ADD drone-rancher /bin/
Expand Down

0 comments on commit 477034c

Please sign in to comment.