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 57a43ea897d Update playground_functions Dockerfile to use latest go.
57a43ea897d is described below
commit 57a43ea897df3efeafbb7a3df50341beda52225e
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 12 11:09:55 2024 -0700
Update playground_functions Dockerfile to use latest go.
---
playground/backend/playground_functions/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/playground/backend/playground_functions/Dockerfile
b/playground/backend/playground_functions/Dockerfile
index a4045c02131..3ee2c2bdc04 100644
--- a/playground/backend/playground_functions/Dockerfile
+++ b/playground/backend/playground_functions/Dockerfile
@@ -18,7 +18,7 @@
# This Dockerfile is only for local testing
-FROM golang:1.20-alpine as build
+FROM golang:1-alpine as build
COPY . /app
WORKDIR /app/playground_functions