mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-07-04 01:07:49 +02:00
Use 1.20-bullseye in Dockerfile
The current quic-go v0.32.0 could not be built with go 1.21, next release of ctrld will upgrade it to latest version. Fixes #82
This commit is contained in:
committed by
Cuong Manh Le
parent
11b09af76d
commit
bcf4c25ba8
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
# - Non-cgo ctrld binary.
|
# - Non-cgo ctrld binary.
|
||||||
#
|
#
|
||||||
# CI_COMMIT_TAG is used to set the version of ctrld binary.
|
# CI_COMMIT_TAG is used to set the version of ctrld binary.
|
||||||
FROM golang:bullseye as base
|
FROM golang:1.20-bullseye as base
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user