mirror of
https://github.com/hamburghammer/gohttpserver.git
synced 2025-03-15 07:45:57 +01:00
update docker badge
This commit is contained in:
parent
42d1e077c9
commit
f7063651c2
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# gohttpserver
|
||||
[](https://travis-ci.org/codeskyblue/gohttpserver)
|
||||
[](https://microbadger.com/images/codeskyblue/gohttpserver "Get your own image badge on microbadger.com")
|
||||
[](https://hub.docker.com/repository/docker/codeskyblue/gohttpserver)
|
||||
|
||||
- Goal: Make the best HTTP File Server.
|
||||
- Features: Human-friendly UI, file uploading support, direct QR-code generation for Apple & Android install package.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.13
|
||||
FROM golang:1.16
|
||||
WORKDIR /app/gohttpserver
|
||||
ADD . /app/gohttpserver
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags '-X main.VERSION=docker' -o gohttpserver
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.13
|
||||
FROM golang:1.16
|
||||
WORKDIR /appsrc/gohttpserver
|
||||
ADD . /appsrc/gohttpserver
|
||||
RUN GOOS=linux GOARCH=arm go build -ldflags '-X main.VERSION=docker' -o gohttpserver .
|
||||
|
|
Loading…
Add table
Reference in a new issue