Skip to content

Commit 7d0b7d7

Browse files
committed
Fix build for 1.18
1 parent 15088b9 commit 7d0b7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN go version && \
1313

1414
WORKDIR /build
1515
COPY . .
16-
RUN go build -v -tags $tags -o /panel/panel -v github.com/MinecraftHopper/panel && \
16+
RUN go build -v -tags $tags -buildvcs=false -o /panel/panel -v github.com/MinecraftHopper/panel && \
1717
npm install && \
1818
npm run-script build && \
1919
mv dist/* /panel

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cp.ae97.net",
2+
"name": "cp.minecrafthopper.net",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)