From b9552e98b54951e97aa91373aeb8016076b3ca6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Feb 2021 02:14:21 +0000 Subject: [PATCH] chore(deps): update all docker tags to v1.15.8 --- .circleci/config.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d992d90..6406179 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" diff --git a/Dockerfile b/Dockerfile index a5921b2..f533613 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ./