Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Dockerfile: use Go 1.13rc1 as the base image in the build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Aug 23, 2019
1 parent f24529f commit 1fbea6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.12.9-alpine AS build
FROM golang:1.13rc1-alpine AS build

ARG GOPROXY=https://proxy.golang.org
ARG GOPROXY=https://proxy.golang.org,https://gocenter.io,direct

ENV CGO_ENABLED 0
WORKDIR /code
Expand Down

0 comments on commit 1fbea6c

Please sign in to comment.