Skip to content

Commit

Permalink
Dockerfile: fix container name
Browse files Browse the repository at this point in the history
Fixes: ec703b5 ("Dockerfile: update to python:3.11-slim-bookworm")
Signed-off-by: Anders Roxell <[email protected]>
  • Loading branch information
roxell committed Aug 24, 2023
1 parent ec703b5 commit c2e5821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN cd /lava-test-plans \
&& rm -rf .git \
&& FLIT_ALLOW_INVALID=1 flit build

FROM python:3.11-slim-slim
FROM python:3.11-slim-bookworm
ARG DEBIAN_FRONTEND=noninteractive

# hadolint ignore=DL3008
Expand Down

0 comments on commit c2e5821

Please sign in to comment.