Skip to content

Commit

Permalink
Update golang Docker tag to v1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and johanbrandhorst committed May 17, 2020
1 parent acec036 commit 529d2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.2
FROM golang:1.14.3

# Warm apt cache and install dependencies
# bzip2 is required by the node_tests (to extract its dependencies).
Expand All @@ -17,7 +17,7 @@ RUN echo -e '#!/bin/bash\njava -jar /usr/local/bin/swagger-codegen-cli.jar "$@"'
chmod +x /usr/local/bin/swagger-codegen

# Install protoc
ENV PROTOC_VERSION=3.10.1
ENV PROTOC_VERSION=3.12.0
RUN wget https://github.com/google/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip \
-O /protoc-${PROTOC_VERSION}-linux-x86_64.zip && \
unzip /protoc-${PROTOC_VERSION}-linux-x86_64.zip -d /usr/local/ && \
Expand Down

0 comments on commit 529d2cd

Please sign in to comment.