Merge pull request #258 from dagger/dependabot/docker/golang-1.16.3-alpine

build(deps): bump golang from 1.16.2-alpine to 1.16.3-alpine
This commit is contained in:
Andrea Luzzardi
2021-04-02 09:58:07 -07:00
committed by GitHub

View File

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