Created
September 25, 2019 09:53
-
-
Save max-weis/1533120cb5c4b5616ab160abf4dea47c to your computer and use it in GitHub Desktop.
Base Images for Golang apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARG GO_VERSION=1.13 | |
FROM golang:${GO_VERSION}-alpine | |
WORKDIR $GOPATH/app/ | |
RUN apk add git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment