This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new a370d89 [Website] Fix dockerfile (#135)
a370d89 is described below
commit a370d898a0c6decb7a072a397aba17cbfa5625e5
Author: Andrew Lamb <[email protected]>
AuthorDate: Wed Nov 12 13:15:50 2025 -0500
[Website] Fix dockerfile (#135)
---
Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 3c456a1..ba1f81b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@
# docker run -it -v `pwd`:/parquet-site -p 1313:1313 parquet-site
#
# Now you can run npm and hugo commands in the container
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
# run docker container mounting the current directory to /parquet-site and
exposing port 1313
@@ -47,5 +47,3 @@ RUN wget -O -
https://nodejs.org/dist/v20.13.1/node-v20.13.1-linux-arm64.tar.xz
# setup path to find binaries
ENV
PATH=/go/bin:/node-v20.13.1-linux-arm64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
-