Skip to content

Commit

Permalink
Use 1.20-bullseye in Dockerfile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cuonglm committed Sep 5, 2023
1 parent 11b09af commit bcf4c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# - Non-cgo 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

Expand Down

0 comments on commit bcf4c25

Please sign in to comment.