Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 9, 2021
1 parent ab27c44 commit 65c0585
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.4
FROM golang:1.17.5

ENV NVM_DIR="/usr/local/share/nvm"
ENV NVM_SYMLINK_CURRENT=true \
Expand Down
2 changes: 1 addition & 1 deletion .circleci/plugins/protoc-gen-grpc-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.4 as builder
FROM golang:1.17.5 as builder

ARG RELEASE_VERSION

Expand Down
2 changes: 1 addition & 1 deletion .circleci/plugins/protoc-gen-openapiv2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.4 as builder
FROM golang:1.17.5 as builder

ARG RELEASE_VERSION

Expand Down

0 comments on commit 65c0585

Please sign in to comment.