Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View geektimus's full-sized avatar
:octocat:
Learning Every Day

Alex Cano geektimus

:octocat:
Learning Every Day
  • Endava S.A.S.
  • Medellin, Colombia
View GitHub Profile
FROM golang:1.9.2
WORKDIR /go/src/github.com/geektimus/multi-stage-docker/
COPY main.go .
RUN GOOS=linux go build -o app .
FROM alpine:latest
RUN apk --no-cache add ca-certificates

Keybase proof

I hereby claim:

  • I am geektimus on github.
  • I am geektimus (https://keybase.io/geektimus) on keybase.
  • I have a public key whose fingerprint is 8FAD 2346 096C 1AB4 6FE4 1DCA 3666 6C79 D987 2FE2

To claim this, I am signing this object: