Skip to content

Commit

Permalink
Update python Docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2022
1 parent cf4d6a6 commit d48ab5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.9-slim-bullseye AS python
FROM python:3.11-slim-bullseye AS python

ENV PYTHONUNBUFFERED 1
WORKDIR /marsbots
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-Local
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.9-slim-bullseye AS python
FROM python:3.11-slim-bullseye AS python

ENV PYTHONUNBUFFERED 1
WORKDIR /marsbots
Expand Down

0 comments on commit d48ab5b

Please sign in to comment.