mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-08-07 09:44:00 +00:00
more specific golang alpine base package
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
655c3dae30
commit
30d4cf9675
@ -1,4 +1,4 @@
|
|||||||
FROM golang:alpine
|
FROM golang:1.7-alpine
|
||||||
|
|
||||||
RUN apk update && apk add build-base
|
RUN apk update && apk add build-base
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:alpine
|
FROM golang:1.7-alpine
|
||||||
|
|
||||||
RUN apk update && apk add build-base
|
RUN apk update && apk add build-base
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM golang:alpine
|
FROM golang:1.7-alpine
|
||||||
|
|
||||||
RUN apk update && apk add build-base
|
RUN apk update && apk add build-base
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user