From fad0d4df15f96b7bce3c5109779b7cefff6efad1 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 11 Apr 2024 19:35:38 +0200 Subject: [PATCH] Update Dockerfile Updated Alpine Go XCPUTRANSLATE GOLANGCI_LINT --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9fa79aa..a7c4934 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 @@ -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 \ No newline at end of file +COPY --from=build --chown=1000 /tmp/gobuild/app /app