Skip to content

Commit

Permalink
Move to pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis authored Oct 6, 2017
1 parent d6ef88c commit a83270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux \
go build --ldflags "-s -w" -a -installsuffix cgo -o handler . && \
go test ./... -cover

FROM alpine:latest
FROM alpine:3.6
RUN apk --no-cache add ca-certificates

# Add non root user
Expand Down

0 comments on commit a83270f

Please sign in to comment.