mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-14 00:44:18 +01:00
Update Dockerfile
This commit is contained in:
@@ -20,7 +20,7 @@ FROM golang:$GOLANG_VERSION-alpine as builder
|
||||
RUN apk --no-cache add tzdata
|
||||
WORKDIR /go/src/github.com/serjs/socks5
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-s' -o ./socks5
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-s' -o ./socks5 || true
|
||||
|
||||
ARG BUILD_VERSION
|
||||
FROM ghcr.io/hassio-addons/base:15.0.7
|
||||
|
||||
Reference in New Issue
Block a user