Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #81 from Zebradil/renovate/python-3.x
Browse files Browse the repository at this point in the history
chore(deps): update python docker tag to v3.11.2
  • Loading branch information
Zebradil committed Feb 9, 2023
2 parents f1ed34e + c9e0a29 commit b2333fb
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 @@
# syntax=docker/dockerfile:experimental
FROM python:3.11.1-buster as base
FROM python:3.11.2-buster as base

ENV PYTHONFAULTHANDLER=1 \
PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit b2333fb

Please sign in to comment.