1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-20 13:58:56 +00:00

Bump golang from 1.16.0 to 1.16.2 (#50)

Bumps golang from 1.16.0 to 1.16.2.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: James Mills <prologic@shortcircuit.net.au>
This commit is contained in:
dependabot-preview[bot] 2021-03-16 10:13:43 +10:00 committed by GitHub
parent 378bc07435
commit 2c363517ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ ARG GOOS=linux
ARG GOARCH=amd64
# Build the purge binary
FROM golang:1.16.0 as builder
FROM golang:1.16.2 as builder
WORKDIR /workspace
# Copy the Go Modules manifests