Skip to content

Commit

Permalink
Fix python version in Dockerfile (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwering authored Sep 22, 2023
1 parent a4e61f1 commit a7ae0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.16-slim-bullseye
FROM python:3.11-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends git make zsh-theme-powerlevel9k \
Expand Down Expand Up @@ -30,4 +30,4 @@ RUN export JAVA_HOME
# Clean up
RUN apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

0 comments on commit a7ae0e2

Please sign in to comment.