mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
fix: revert Dockerfile repo change
This commit is contained in:
parent
7ab2ddfd7a
commit
2e5f14a6da
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ENV GIT_COMMIT=${GIT_COMMIT}
|
|||
ARG NAME=docker
|
||||
ENV NAME=${NAME}
|
||||
|
||||
RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags "-extldflags \"-static\" -s -w -X github.com/FrontRowXP/owncast/config.GitCommit=$GIT_COMMIT -X github.com/FrontRowXP/owncast/config.VersionNumber=$VERSION -X github.com/FrontRowXP/owncast/config.BuildPlatform=$NAME" -o owncast .
|
||||
RUN CGO_ENABLED=1 GOOS=linux go build -a -installsuffix cgo -ldflags "-extldflags \"-static\" -s -w -X github.com/owncast/owncast/config.GitCommit=$GIT_COMMIT -X github.com/owncast/owncast/config.VersionNumber=$VERSION -X github.com/owncast/owncast/config.BuildPlatform=$NAME" -o owncast .
|
||||
|
||||
# Create the image by copying the result of the build into a new alpine image
|
||||
FROM alpine:3.18.4
|
||||
|
|
Loading…
Reference in a new issue