fgerlits commented on code in PR #1495: URL: https://github.com/apache/nifi-minifi-cpp/pull/1495#discussion_r1083756272
########## docker/Dockerfile: ########## @@ -16,7 +16,7 @@ # under the License. # -ARG BASE_ALPINE_IMAGE="alpine:3.13" +ARG BASE_ALPINE_IMAGE="alpine:3.16" Review Comment: because alpine 3.17 uses gcc 12, which would not match the title of this PR we could update this and other CI jobs to gcc 12 (except for centos 7, which doesn't have a `devtoolset-12` yet) but maybe do that in a separate PR? -- 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]
