This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 5b65fdcfe9e Fix website dependency issue (#26592)
5b65fdcfe9e is described below
commit 5b65fdcfe9ed6e135db9d196fa39b00b24bf9ddb
Author: Danny McCormick <[email protected]>
AuthorDate: Tue May 9 09:16:38 2023 -0400
Fix website dependency issue (#26592)
* Fix website dependency issue
* Update Dockerfile
* Update Dockerfile
* Use stable-slim image
---
website/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/Dockerfile b/website/Dockerfile
index 4c484748104..fe89b98c72c 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -18,7 +18,7 @@
# This image contains Hugo and dependencies required to build and test the Beam
# website. It is used by tasks in build.gradle.
-FROM debian:stretch-slim
+FROM debian:stable-slim
SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]