Merge pull request #171 from dagger/dependabot/docker/golang-1.16.2-alpine

build(deps): bump golang from 1.16.1-alpine to 1.16.2-alpine
This commit is contained in:
Andrea Luzzardi 2021-03-11 23:58:25 -08:00 committed by GitHub
commit eba0440b93
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.1-alpine AS build
FROM golang:1.16.2-alpine AS build
WORKDIR /src
RUN apk add --no-cache file
RUN --mount=target=. --mount=target=/root/.cache,type=cache \