Skip to content

Commit

Permalink
Merge pull request #62 from whatwewant/fix/docker-build-on-ubuntu-can…
Browse files Browse the repository at this point in the history
…not-use-in-alpine

fix: docker build on ubuntu cannot use in alpine (fix #61)
  • Loading branch information
whatwewant authored Apr 7, 2023
2 parents 5c6361b + ab7c20b commit 793f5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN GOOS=linux \
-v -o chatgpt-for-chatbot-feishu

# Server
FROM whatwewant/go:v1.20-1
# FROM whatwewant/go:v1.20-1
FROM whatwewant/zmicro:v1

LABEL MAINTAINER="Zero<[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version is the version of lighthouse
var Version = "1.7.6"
var Version = "1.7.7"

0 comments on commit 793f5c1

Please sign in to comment.