Commit 0e5b75f3 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump Python version to 3.10

parent a1525bd0
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#  See the License for the specific language governing permissions and
#  limitations under the License.

FROM python:3.8-slim
FROM python:3.10-slim

ARG VERSION
RUN pip install pre-commit${VERSION+==$VERSION}