diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-08 12:55:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-08 12:55:41 +0000 |
| commit | a69c164be16c6ef19da0f87735188e4b1d99d34a (patch) | |
| tree | dccd5b48fca29dc29ad125b7876bed1c622f6fee /Dockerfile | |
| parent | 02abb50b21aefafcf4e6aecd13b5c69f33580849 (diff) | |
Bump golang from 1.16.3-alpine to 1.16.4-alpine (#1151)
Bumps golang from 1.16.3-alpine to 1.16.4-alpine.
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.3-alpine AS build +FROM --platform=linux/amd64 golang:1.16.4-alpine AS build ARG TARGETOS ARG TARGETARCH |
