Merge pull request #108 from ohdearaugustin/topic/docker-image-version

Dockerfile: add golang tag
This commit is contained in:
Juan Font 2021-09-20 18:37:22 +02:00 committed by GitHub
commit 4d22b4252f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM golang:latest AS build
FROM golang:1.17.1-bullseye AS build
ENV GOPATH /go
COPY go.mod go.sum /go/src/headscale/