keon94 commented on code in PR #5611: URL: https://github.com/apache/incubator-devlake/pull/5611#discussion_r1251103632
########## backend/Dockerfile: ########## @@ -31,7 +31,7 @@ FROM --platform=linux/arm64 debian:bullseye as debian-arm64 RUN apt-get update RUN apt-get install -y libssh2-1-dev libssl-dev zlib1g-dev -FROM --platform=$BUILDPLATFORM golang:1.19-bullseye as builder +FROM --platform=$BUILDPLATFORM golang:1.20-bullseye as builder Review Comment: Maybe for golang lets use an explicit Go version (e.g. 1.20.4), declared as a variable in the Dockerfile, so we can also use it on L58 to keep the compiled version and runtime versions consistent -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
