Explorar o código

chore: disable cgo

[email protected] hai 1 ano
pai
achega
cad8a83260
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ COPY ./web .
 COPY ./VERSION .
 RUN DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) bun run build
 
-FROM golang:alpine AS builder2
+FROM golang AS builder2
 
 ENV GO111MODULE=on \
     CGO_ENABLED=0 \