Skip to content

Commit 313fa71

Browse files
committed
update docker image since buster is EOL
1 parent abb9688 commit 313fa71

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use an official Python runtime as a parent image
2-
FROM python:3.9-buster
2+
FROM python:3.9-bullseye
33

44
# Add user and group for running the application
55
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
2424

2525
# Run run-chief-keeper.sh when the container launches
2626
CMD ["./run-chief-keeper.sh"]
27-

0 commit comments

Comments
 (0)