Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aturret committed Dec 4, 2023
1 parent b703272 commit 5cc94d9
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,6 +1,6 @@

# `python-base` sets up all our shared environment variables
FROM python:3.11.6-slim as python-base
FROM python:3.11.6 as python-base

# python
ENV PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit 5cc94d9

Please sign in to comment.