diff --git a/Dockerfile b/Dockerfile index a04af951a..bc27207ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:latest AS build +FROM golang:alpine AS build RUN apk update RUN apk upgrade RUN apk add --update gcc g++