build(deps): bump golang from 1.16.5-alpine to 1.16.6-alpine
Bumps golang from 1.16.5-alpine to 1.16.6-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2f2ede4cfc
commit
f71dc6e7ee
@ -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
|
||||
|
Reference in New Issue
Block a user