We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb9688 commit 313fa71Copy full SHA for 313fa71
Dockerfile
@@ -1,5 +1,5 @@
1
# Use an official Python runtime as a parent image
2
-FROM python:3.9-buster
+FROM python:3.9-bullseye
3
4
# Add user and group for running the application
5
RUN groupadd -r keeper && useradd -d /home/keeper -m --no-log-init -r -g keeper keeper && \
@@ -24,4 +24,3 @@ RUN pip3 install --no-cache-dir -r requirements.txt
24
25
# Run run-chief-keeper.sh when the container launches
26
CMD ["./run-chief-keeper.sh"]
27
-
0 commit comments