Skip to content

Commit 3c701b2

Browse files
authored
Merge pull request #271 from moul/renovate/all
chore(deps): update all docker tags
2 parents caf80be + 173839c commit 3c701b2

File tree

4 files changed

+19
-26
lines changed

4 files changed

+19
-26
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: /go/src/moul.io/sshportal
33
docker:
4-
- image: circleci/golang:1.16.2
4+
- image: circleci/golang:1.16.5
55
environment:
66
GO111MODULE: "on"
77

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM golang:1.16.4 as builder
2+
FROM golang:1.16.5 as builder
33
ENV GO111MODULE=on
44
WORKDIR /go/src/moul.io/sshportal
55
COPY go.mod go.sum ./

go.mod

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 14 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)