Skip to content

Commit

Permalink
Build: use Go v1.13.3 (cadence-workflow#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein authored and wxing1292 committed Oct 19, 2019
1 parent 4e81745 commit 8d14eb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGET=server
ARG GOPROXY

# Build tcheck binary
FROM golang:1.13.0-alpine AS tcheck
FROM golang:1.13.3-alpine AS tcheck

RUN apk add --update --no-cache ca-certificates git curl

Expand All @@ -25,7 +25,7 @@ RUN go install


# Build Cadence binaries
FROM golang:1.13.0-alpine AS builder
FROM golang:1.13.3-alpine AS builder

RUN apk add --update --no-cache ca-certificates make git curl mercurial bzr

Expand Down
2 changes: 1 addition & 1 deletion docker/buildkite/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.13.0
FROM golang:1.13.3

# Tried to set Python to ignore warnings due to the instructions at this link:
# https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
Expand Down

0 comments on commit 8d14eb5

Please sign in to comment.