diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-05 12:46:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-05 12:46:02 -0400 |
| commit | dfabac4e6f3a51921b11bea19c5d3a7358b74f0a (patch) | |
| tree | 8e335e73acc0fd39902e0fbf3e6709eb19f038d7 /Dockerfile | |
| parent | 487132a6f105152faf82d19944fdc055d899c7b3 (diff) | |
Bump golang from 1.16.4-alpine to 1.16.5-alpine (#1169)
Bumps golang from 1.16.4-alpine to 1.16.5-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.4-alpine AS build +FROM --platform=linux/amd64 golang:1.16.5-alpine AS build ARG TARGETOS ARG TARGETARCH |
