Skip to content

Commit

Permalink
bug-1743835: switch python image from bookworm to bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Nov 27, 2023
1 parent e10d65b commit 83e4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /app
RUN bin/build_frontend.sh


FROM python:3.11.6-slim@sha256:52cf1e24d0baa095fd8137e69a13042442d40590f03930388df49fe4ecb8ebdb
FROM python:3.11.6-slim-bullseye@sha256:44c644f4146ef0af8a06a1eeec5bd2cc2956c8976b2c8809efde69df4a3a614b

ARG userid=10001
ARG groupid=10001
Expand Down

0 comments on commit 83e4282

Please sign in to comment.