Skip to content

Commit

Permalink
Update Docker build to use Go 1.13.7 (#26)
Browse files Browse the repository at this point in the history
This updates the Docker image to use Go 1.13.7, as Go 1.13+ is now required after #22. The GitHub actions CI was already using Go 1.13 so this was not caught there. If we will continue to maintain a Docker image to build ssl-proxy, some work should go into testing this docker build using GitHub actions as well!

Separately, we should investigate building against Go 1.14.

This closes #25.
  • Loading branch information
suyashkumar authored Feb 6, 2020
1 parent 83836bc commit 89a1353
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,4 +1,4 @@
FROM golang:1.12-alpine3.9
FROM golang:1.13.7-alpine3.11
WORKDIR /go/src/github.com/suyashkumar/ssl-proxy
RUN apk add --no-cache make git zip
RUN go get -u github.com/golang/dep/cmd/dep
Expand Down

0 comments on commit 89a1353

Please sign in to comment.