Merge pull request #827 from dagger/dependabot/docker/golang-1.16.6-alpine

build(deps): bump golang from 1.16.5-alpine to 1.16.6-alpine
This commit is contained in:
Andrea Luzzardi 2021-07-15 16:07:27 +02:00 committed by GitHub
commit 814b749c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.2
FROM golang:1.16.5-alpine AS build
FROM golang:1.16.6-alpine AS build
WORKDIR /src
RUN apk add --no-cache file
ENV GOMODCACHE /root/.cache/gocache