Skip to content

Commit

Permalink
Updated golang to 1.14 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
illarion committed Jul 9, 2020
1 parent 5a0a8ce commit 12b02f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=scratch

# --------------------- dev (build) image --------------------- #

FROM golang:1.12-alpine as builder
FROM golang:1.14-alpine as builder

RUN apk add git
RUN apk add make
Expand Down

0 comments on commit 12b02f4

Please sign in to comment.