Skip to content

Commit

Permalink
Merge pull request #87 from pushyamig/python-version-change
Browse files Browse the repository at this point in the history
Changing the version to 3.10-slim-bullseye
  • Loading branch information
pushyamig authored Jul 12, 2023
2 parents 1133978 + 8e29086 commit 3f74fab
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
@@ -1,5 +1,5 @@
# FROM directive instructing base image to build upon
FROM python:3.10-slim
FROM python:3.10-slim-bullseye

# Installs needed Linux packages
RUN apt-get update && \
Expand Down

0 comments on commit 3f74fab

Please sign in to comment.