mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-11 01:22:30 +08:00
Merge pull request #99 from juanfont/explicit-ubuntu-version
Use explicit version in Dockerfile
This commit is contained in:
commit
39c661d408
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY . /go/src/headscale
|
|||
RUN go install -a -ldflags="-extldflags=-static" -tags netgo,sqlite_omit_load_extension ./cmd/headscale
|
||||
RUN test -e /go/bin/headscale
|
||||
|
||||
FROM ubuntu:latest
|
||||
FROM ubuntu:20.04
|
||||
|
||||
COPY --from=build /go/bin/headscale /usr/local/bin/headscale
|
||||
ENV TZ UTC
|
||||
|
|
Loading…
Reference in a new issue