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 88df03c385a Update playground Python Dockerfile to use latest Go
version.
88df03c385a is described below
commit 88df03c385ac533157ef7b7a8cccaeeebf81725c
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 12 11:18:39 2024 -0700
Update playground Python Dockerfile to use latest Go version.
---
playground/backend/containers/python/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playground/backend/containers/python/Dockerfile
b/playground/backend/containers/python/Dockerfile
index fd7d8b7f895..dc734fe34d2 100644
--- a/playground/backend/containers/python/Dockerfile
+++ b/playground/backend/containers/python/Dockerfile
@@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
###############################################################################
-ARG GO_BASE_IMAGE=golang:1.20-bullseye
+ARG GO_BASE_IMAGE=golang:1-bullseye
ARG SDK_TAG
ARG BASE_IMAGE=apache/beam_python3.10_sdk:$SDK_TAG
FROM $GO_BASE_IMAGE AS build