chore(deps): update all docker tags to v1.15.8

This commit is contained in:
Renovate Bot 2021-02-06 02:14:21 +00:00
parent df3542c6ee
commit b9552e98b5
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /go/src/moul.io/sshportal
docker:
- image: circleci/golang:1.15.7
- image: circleci/golang:1.15.8
environment:
GO111MODULE: "on"

View file

@ -1,5 +1,5 @@
# build
FROM golang:1.15.7 as builder
FROM golang:1.15.8 as builder
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/sshportal
COPY go.mod go.sum ./