Skip to content

Commit

Permalink
fix(build): revert xcputranslate to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Sep 2, 2022
1 parent 7fcd0f9 commit 2511126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDPLATFORM=linux/amd64
ARG ALPINE_VERSION=3.16
ARG GO_VERSION=1.19
ARG XCPUTRANSLATE_VERSION=v0.7.0
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.49.0

FROM --platform=${BUILDPLATFORM} qmcgaw/xcputranslate:${XCPUTRANSLATE_VERSION} AS xcputranslate
Expand Down

0 comments on commit 2511126

Please sign in to comment.