Merge pull request #9 from TomWright/dependabot/docker/golang-1.16.7-buster

Bump golang from 1.16.6-buster to 1.16.7-buster
This commit is contained in:
Tom Wright
2021-08-14 16:18:25 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# This stage builds the go executable.
FROM golang:1.16.6-buster as go
FROM golang:1.16.7-buster as go
WORKDIR /root
COPY ./ ./