keon94 commented on code in PR #5611: URL: https://github.com/apache/incubator-devlake/pull/5611#discussion_r1251091169
########## 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: yeah, 3.9 pulls in the latest minor release -- 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]
