| 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 |
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/