I hereby claim:
- I am barsa-net on github.
- I am barsa_net (https://keybase.io/barsa_net) on keybase.
- I have a public key ASCaIbViv6FIDueizdH5FIe6eBDBWGL4n6ukAJ-CmOOO2wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
FROM golang:alpine AS builder | |
RUN apk update && \ | |
apk add git make | |
WORKDIR /go/src | |
ARG DIVE_VERSION=${DIVE_VERSION:-v0.10.0} | |
RUN git clone https://github.com/wagoodman/dive.git dive && \ | |
git -C /go/src/dive checkout ${DIVE_VERSION} |