Skip to content

Commit

Permalink
Merge pull request moul#232 from moul/renovate/docker-all
Browse files Browse the repository at this point in the history
chore(deps): update all docker tags to v1.15.7
  • Loading branch information
moul committed Jan 25, 2021
2 parents 6872c72 + 6e60453 commit e40f530
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.15.6
- image: circleci/golang:1.15.7
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.15.6 as builder
FROM golang:1.15.7 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./
Expand Down

0 comments on commit e40f530

Please sign in to comment.