Bump golang from 1.15-buster to 1.16.6-buster (#5)

Bumps golang from 1.15-buster to 1.16.6-buster.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-07-28 22:15:51 +02:00 committed by GitHub
parent 19a86c6774
commit f95701f228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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