Merge pull request #1364 from dagger/dependabot/docker/golang-1.16.13-alpine

Bump golang from 1.16.10-alpine to 1.16.13-alpine
This commit is contained in:
Gerhard Lazu 2022-01-13 12:41:40 +00:00 committed by GitHub
commit 0d93df77d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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