Change container to python3-slim #30

Closed
Josh wants to merge 1 commits from 22-update-container-image into main

View File

@@ -9,7 +9,7 @@ on:
jobs:
test:
runs-on: ubuntu-22.04
container: mcr.microsoft.com/devcontainers/python:3.11
container: python:3.11-slim
steps:
- name: Install Node (and git/make) inside container