Skip to content

Commit

Permalink
Fix build for 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Jun 21, 2022
1 parent 15088b9 commit 7d0b7d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go version && \

WORKDIR /build
COPY . .
RUN go build -v -tags $tags -o /panel/panel -v github.com/MinecraftHopper/panel && \
RUN go build -v -tags $tags -buildvcs=false -o /panel/panel -v github.com/MinecraftHopper/panel && \
npm install && \
npm run-script build && \
mv dist/* /panel
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "cp.ae97.net",
"name": "cp.minecrafthopper.net",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 7d0b7d7

Please sign in to comment.