There was an error while loading. Please reload this page.
1 parent 12f6f0a commit 96d8b1aCopy full SHA for 96d8b1a
1 file changed
Dockerfile
@@ -1,6 +1,8 @@
1
FROM golangci/golangci-lint:v2.12.2-alpine@sha256:91b27804074a0bacea298707f016911e60cf0cdbc6c7bf5ccacb5f0606d18d60 AS golangci-lint-bin
2
3
-FROM registry.suse.com/bci/golang:1.26.0 AS builder
+FROM registry.suse.com/bci/golang:1.26 AS builder
4
+ENV GOTOOLCHAIN=auto
5
+
6
ARG MK_HOST_ARCH
7
ENV ARCH=$MK_HOST_ARCH
8
RUN zypper in -y bash git gcc docker vim less file curl wget ca-certificates trousers-devel
0 commit comments