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 f3472122c2e Update playground Java Dockerfile to use latest Go version. f3472122c2e is described below commit f3472122c2e71946d3ceb6809959c1b70127752b Author: Robert Burke <lostl...@users.noreply.github.com> AuthorDate: Thu Sep 12 11:17:45 2024 -0700 Update playground Java Dockerfile to use latest Go version. --- playground/backend/containers/java/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/backend/containers/java/Dockerfile b/playground/backend/containers/java/Dockerfile index 18a37f6f016..161fd3283f7 100644 --- a/playground/backend/containers/java/Dockerfile +++ b/playground/backend/containers/java/Dockerfile @@ -16,7 +16,7 @@ # limitations under the License. ############################################################################### ARG BEAM_VERSION=2.44.0 -FROM golang:1.20-bullseye AS build +FROM golang:1-bullseye AS build ARG BEAM_VERSION ARG GIT_COMMIT="<unknown>" ARG GIT_TIMESTAMP="0"