Skip to content

Commit

Permalink
Update golang dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kapillamba4 committed Jul 11, 2018
1 parent a3de075 commit 1b8d57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions containers/golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM frolvlad/alpine-go
FROM alpine:3.6

RUN apk add --no-cache bash
RUN apk add --no-cache musl-dev bash go="1.8.4-r0"

COPY ./compile.sh /bin/compile.sh
COPY ./run.sh /bin/run.sh
Expand Down

0 comments on commit 1b8d57d

Please sign in to comment.