Skip to content

Commit

Permalink
Merge pull request #256 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update all docker tags to v1.16.2
  • Loading branch information
moul authored Mar 26, 2021
2 parents 762736d + c290253 commit be3f215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/moul.io/sshportal
docker:
- image: circleci/golang:1.16.0
- image: circleci/golang:1.16.2
environment:
GO111MODULE: "on"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
FROM golang:1.16.0 as builder
FROM golang:1.16.2 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./
Expand Down

0 comments on commit be3f215

Please sign in to comment.