Merge pull request #12 from TomWright/dependabot/docker/golang-1.17.0-buster
Bump golang from 1.16.7-buster to 1.17.0-buster
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# This stage builds the go executable.
|
||||
FROM golang:1.16.7-buster as go
|
||||
FROM golang:1.17.0-buster as go
|
||||
|
||||
WORKDIR /root
|
||||
COPY ./ ./
|
||||
|
||||
Reference in New Issue
Block a user