mirror of
https://github.com/moul/sshportal.git
synced 2025-09-05 20:24:29 +08:00
chore(deps): update all docker tags to v1.15.5
This commit is contained in:
parent
460041c6e3
commit
d894005c3f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
defaults: &defaults
|
||||
working_directory: /go/src/moul.io/sshportal
|
||||
docker:
|
||||
- image: circleci/golang:1.15.4
|
||||
- image: circleci/golang:1.15.5
|
||||
environment:
|
||||
GO111MODULE: "on"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# build
|
||||
FROM golang:1.15.4 as builder
|
||||
FROM golang:1.15.5 as builder
|
||||
ENV GO111MODULE=on
|
||||
WORKDIR /go/src/moul.io/sshportal
|
||||
COPY go.mod go.sum ./
|
||||
|
|
Loading…
Add table
Reference in a new issue