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 0f93dd75fdc Update playground router Dockerfile to use latest Go 
version.
0f93dd75fdc is described below

commit 0f93dd75fdcf163aee4cae45b3c8296c845203e9
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Thu Sep 12 11:15:51 2024 -0700

    Update playground router Dockerfile to use latest Go version.
---
 playground/backend/containers/router/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playground/backend/containers/router/Dockerfile 
b/playground/backend/containers/router/Dockerfile
index 57717d09f8c..863461013a4 100644
--- a/playground/backend/containers/router/Dockerfile
+++ b/playground/backend/containers/router/Dockerfile
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###############################################################################
 #Dokerfile to set up the Beam Go SDK
-ARG BASE_IMAGE=golang:1.20-bullseye
+ARG BASE_IMAGE=golang:1-bullseye
 #Two-stage assembly
 FROM $BASE_IMAGE AS build
 ARG GIT_COMMIT="<unknown>"

Reply via email to