Skip to content

Commit

Permalink
Merge pull request #20 from Gyarbij/dependabot/docker/python-3.11.2-slim
Browse files Browse the repository at this point in the history
Bump python from 3.11.1-slim to 3.11.2-slim
  • Loading branch information
Gyarbij authored Feb 15, 2023
2 parents eb7ccce + 2450a5c commit 3868d9f
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 @@
# Base image: https://hub.docker.com/_/python
FROM python:3.11.1-slim
FROM python:3.11.2-slim

# Prevents Python from generating .pyc files in the container
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down

0 comments on commit 3868d9f

Please sign in to comment.