Skip to content

Commit

Permalink
Merge pull request #2 from grofers/pin-python-
Browse files Browse the repository at this point in the history
Pin python to 3.11-slim
  • Loading branch information
shivampurwar1 authored Dec 12, 2023
2 parents 03e3e8a + 4027af4 commit 41efdd9
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,4 +1,4 @@
FROM python:3-slim
FROM python:3.11-slim

ENV PYTHONDONTWRITEBYTECODE 1 \
PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 41efdd9

Please sign in to comment.