Skip to content

Commit 3868d9f

Browse files
authored
Merge pull request #20 from Gyarbij/dependabot/docker/python-3.11.2-slim
Bump python from 3.11.1-slim to 3.11.2-slim
2 parents eb7ccce + 2450a5c commit 3868d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base image: https://hub.docker.com/_/python
2-
FROM python:3.11.1-slim
2+
FROM python:3.11.2-slim
33

44
# Prevents Python from generating .pyc files in the container
55
ENV PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)