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

lostluck pushed a commit to branch lostluck-go-play
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/lostluck-go-play by this push:
     new 4aa3cc81cb6 Update playground scio Dockerfile to use latest Go version.
4aa3cc81cb6 is described below

commit 4aa3cc81cb63e3a8d2f70dc0849d43f4d114949f
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 12 11:17:11 2024 -0700

    Update playground scio Dockerfile to use latest Go version.
---
 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 8e68404360d..9c9e0ffa32e 100644
--- a/playground/backend/containers/scio/Dockerfile
+++ b/playground/backend/containers/scio/Dockerfile
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###############################################################################
 ARG BASE_IMAGE=openjdk:11
-FROM golang:1.20-bullseye AS build
+FROM golang:1-bullseye AS build
 ARG GIT_COMMIT="<unknown>"
 ARG GIT_TIMESTAMP="0"
 

Reply via email to