Skip to content

Instantly share code, notes, and snippets.

@max-weis
Created September 25, 2019 09:53
Show Gist options
  • Save max-weis/1533120cb5c4b5616ab160abf4dea47c to your computer and use it in GitHub Desktop.
Save max-weis/1533120cb5c4b5616ab160abf4dea47c to your computer and use it in GitHub Desktop.
Base Images for Golang apps
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