Merge pull request #56 from TomWright/dependabot/docker/golang-1.17.8-buster
Bump golang from 1.17.2-buster to 1.17.8-buster
This commit is contained in:
commit
3a40f31774
|
|
@ -1,5 +1,5 @@
|
||||||
# This stage builds the go executable.
|
# This stage builds the go executable.
|
||||||
FROM golang:1.17.2-buster as go
|
FROM golang:1.17.8-buster as go
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
COPY ./ ./
|
COPY ./ ./
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue