diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-15 17:49:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 17:49:41 +0000 |
| commit | 1fedeff5b9c91b413f97e818debd85e9ddeee637 (patch) | |
| tree | 6fb54776c2c03546546f0195ba9588b75500c075 /Dockerfile | |
| parent | 01e3557a222d41e73b159c767c6c1902509f0933 (diff) | |
Bump golang from 1.16.6-alpine to 1.16.7-alpine (#1192)
Bumps golang from 1.16.6-alpine to 1.16.7-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.2.1-labs FROM --platform=linux/amd64 hairyhenderson/upx:3.94 AS upx -FROM --platform=linux/amd64 golang:1.16.6-alpine AS build +FROM --platform=linux/amd64 golang:1.16.7-alpine AS build ARG TARGETOS ARG TARGETARCH |
