chore(build): update Alpine, Golangci-lint and xcputranslate (#354)

- Alpine from 3.15 to 3.16
- Xcputranslate from v0.6.0 to v0.7.0
- Golangci-lint from v1.44.2 to v1.46.2
This commit is contained in:
Trenton Holmes
2022-08-28 07:57:21 -07:00
committed by GitHub
parent f455c2a880
commit b3a7669d2a

View File

@@ -1,8 +1,8 @@
ARG BUILDPLATFORM=linux/amd64
ARG ALPINE_VERSION=3.15
ARG ALPINE_VERSION=3.16
ARG GO_VERSION=1.17
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.44.2
ARG XCPUTRANSLATE_VERSION=v0.7.0
ARG GOLANGCI_LINT_VERSION=v1.46.2
FROM --platform=${BUILDPLATFORM} qmcgaw/xcputranslate:${XCPUTRANSLATE_VERSION} AS xcputranslate
FROM --platform=${BUILDPLATFORM} qmcgaw/binpot:golangci-lint-${GOLANGCI_LINT_VERSION} AS golangci-lint