Skip to content

Commit

Permalink
chore: update alpine to 3.9 and spruce to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Jun 6, 2019
1 parent 2cc4bcd commit ad505b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine:3.8
FROM alpine:3.9
LABEL maintainer="[email protected]"

RUN apk --no-cache add bash
RUN apk --no-cache add --update curl wget ca-certificates
RUN apk --no-cache add jq
RUN apk --no-cache add gnupg

ENV SPRUCE_VERSION 1.18.2
ENV SPRUCE_VERSION 1.20.0
RUN wget https://github.com/geofffranks/spruce/releases/download/v${SPRUCE_VERSION}/spruce-linux-amd64 \
&& chmod a+x spruce-linux-amd64 \
&& mv spruce-linux-amd64 /usr/local/bin/spruce

0 comments on commit ad505b4

Please sign in to comment.