Skip to content

Commit

Permalink
Update python Docker tag to v3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 3, 2023
1 parent 204e999 commit 0e055cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM python:3.9-slim-bullseye AS python
FROM python:3.12-slim-bullseye AS python

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

ENV PYTHONUNBUFFERED 1
WORKDIR /marsbots
Expand Down

0 comments on commit 0e055cf

Please sign in to comment.