Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Updated
Alpine
Go
XCPUTRANSLATE
GOLANGCI_LINT
  • Loading branch information
quorn23 authored Apr 11, 2024
1 parent 89eb8ad commit fad0d4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Sets linux/amd64 in case it's not injected by older Docker versions
ARG BUILDPLATFORM=linux/amd64

ARG ALPINE_VERSION=3.15
ARG GO_VERSION=1.17
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.45.2
ARG ALPINE_VERSION=3.19
ARG GO_VERSION=1.22.2
ARG XCPUTRANSLATE_VERSION=v0.8.0
ARG GOLANGCI_LINT_VERSION=v1.57.2

FROM --platform=${BUILDPLATFORM} qmcgaw/xcputranslate:${XCPUTRANSLATE_VERSION} AS xcputranslate
FROM --platform=${BUILDPLATFORM} qmcgaw/binpot:golangci-lint-${GOLANGCI_LINT_VERSION} AS golangci-lint
Expand Down Expand Up @@ -63,4 +63,4 @@ LABEL \
org.opencontainers.image.source="https://github.com/qdm12/deunhealth" \
org.opencontainers.image.title="deunhealth" \
org.opencontainers.image.description="REstart your unhealthy containers in style"
COPY --from=build --chown=1000 /tmp/gobuild/app /app
COPY --from=build --chown=1000 /tmp/gobuild/app /app

0 comments on commit fad0d4d

Please sign in to comment.