This is an automated email from the ASF dual-hosted git repository.

Amar3tto pushed a commit to branch fix-scio
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-scio by this push:
     new 6403fcbcf27 Use Java 17
6403fcbcf27 is described below

commit 6403fcbcf2799a017c429297202ea3be743eff59
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Sat Jul 11 00:09:41 2026 +0400

    Use Java 17
---
 playground/backend/containers/scio/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground/backend/containers/scio/Dockerfile 
b/playground/backend/containers/scio/Dockerfile
index 51cd6bb8e68..84a1be5fe52 100644
--- a/playground/backend/containers/scio/Dockerfile
+++ b/playground/backend/containers/scio/Dockerfile
@@ -15,7 +15,7 @@
 #  See the License for the specific language governing permissions and
 # limitations under the License.
 ###############################################################################
-ARG BASE_IMAGE=eclipse-temurin:11
+ARG BASE_IMAGE=eclipse-temurin:17
 FROM golang:1-bullseye AS build
 ARG GIT_COMMIT="<unknown>"
 ARG GIT_TIMESTAMP="0"

Reply via email to