Skip to content

Commit 35babf6

Browse files
committed
updated dockerfile image
1 parent 224a484 commit 35babf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/tesp_api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://docs.docker.com/develop/develop-images/multistage-build/
33

44
# Environment variables and base image
5-
FROM python:3.10-slim-buster as python-base
5+
FROM python:3.10-slim-bullseye as python-base
66
ENV PYTHONUNBUFFERED=1 \
77
PYTHONDONTWRITEBYTECODE=1 \
88
PIP_NO_CACHE_DIR=off \

0 commit comments

Comments
 (0)