1
0
mirror of https://git.mills.io/kayos/bitraft.git synced 2024-06-16 03:48:56 +00:00

Bump golang from 1.16.2 to 1.16.3 (#52)

This commit is contained in:
dependabot-preview[bot] 2021-04-06 09:27:32 +10:00 committed by GitHub
parent 4c6ddf73f2
commit e85bce250d
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.2 as builder
FROM golang:1.16.3 as builder
WORKDIR /workspace
# Copy the Go Modules manifests