Merge pull request #1101 from dagger/dependabot/docker/golang-1.16.10-alpine
build(deps): bump golang from 1.16.9-alpine to 1.16.10-alpine
This commit is contained in:
commit
f2c8839e18
@ -1,6 +1,6 @@
|
||||
# syntax = docker/dockerfile:1.2
|
||||
|
||||
FROM golang:1.16.9-alpine AS build
|
||||
FROM golang:1.16.10-alpine AS build
|
||||
WORKDIR /src
|
||||
RUN apk add --no-cache file
|
||||
ENV GOMODCACHE /root/.cache/gocache
|
||||
|
Reference in New Issue
Block a user