diff mbox series

[2/2] contrib: hashserv: Dockerfile: Update base image

Message ID 20260511153632.299677-2-frieder@fris.de
State New
Headers show
Series [1/2] contrib: hashserv: Dockerfile: Remove non-existent lib/codegen.py | expand

Commit Message

Frieder Schrempf May 11, 2026, 3:36 p.m. UTC
From: Frieder Schrempf <frieder.schrempf@kontron.de>

Alpine 3.13 is out-of-date and doesn't provide a Python version that
is comaptible with the current version of bitbake master. Fix this
by upgrading the alpine base image and installing the missing
websockets module.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
---
 contrib/hashserv/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/contrib/hashserv/Dockerfile b/contrib/hashserv/Dockerfile
index fe7e091ec..5c8b8dd11 100644
--- a/contrib/hashserv/Dockerfile
+++ b/contrib/hashserv/Dockerfile
@@ -9,9 +9,9 @@ 
 #   docker build -f contrib/hashserv/Dockerfile .
 #
 
-FROM alpine:3.13.1
+FROM alpine:3.23
 
-RUN apk add --no-cache python3 libgcc
+RUN apk add --no-cache python3 py3-websockets libgcc
 
 COPY bin/bitbake-hashserv /opt/bbhashserv/bin/
 COPY lib/hashserv /opt/bbhashserv/lib/hashserv/