Skip to content

Commit

Permalink
Update Python to 3.12 (latest)
Browse files Browse the repository at this point in the history
Python 3.8 is a bit old at this point and a couple of dependencies
already require Python 3.10, making the current image incompatible.

One examples is https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin/blob/main/setup.py#L20,
which my employer uses internally and thus we need a Python version
update to be able to use the latest version of that plugin.
  • Loading branch information
heyLu committed Apr 15, 2024
1 parent 2c146f0 commit 012837e
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
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.8-alpine
FROM python:3.12-alpine

RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz ttf-dejavu fontconfig

Expand Down

0 comments on commit 012837e

Please sign in to comment.