Skip to content

Commit

Permalink
Merge pull request #67 from target/golang-1.1.15
Browse files Browse the repository at this point in the history
update building docker container base to golang 1.1.15
  • Loading branch information
brianberzins authored Apr 6, 2021
2 parents bc24cba + 16221d1 commit ba2dc6a
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
@@ -1,5 +1,5 @@
# Build
FROM golang:1.14 AS build
FROM golang:1.15 AS build
WORKDIR /go/src/github.com/target/pod-reaper
ENV CGO_ENABLED=0 GOOS=linux
COPY ./ ./
Expand Down

0 comments on commit ba2dc6a

Please sign in to comment.