Skip to content

Commit

Permalink
#320 upgrading to python 3.10 and Canvas Oauth pkg (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig authored Nov 8, 2024
1 parent 4f4ce50 commit a1370d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
mysql:
image: mysql:8-oracle
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# FROM directive instructing base image to build upon
# This could be used as a base instead:
# https://hub.docker.com/r/nikolaik/python-nodejs
FROM python:3.8-slim
FROM python:3.10-slim-bookworm

# NOTE: requirements.txt not likely to change between dev builds
COPY requirements.txt .
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ PyLTI1p3==1.12.1
canvasapi==3.3.0

# Not in pypi https://github.com/Harvard-University-iCommons/django-canvas-oauth
https://github.com/Harvard-University-iCommons/django-canvas-oauth/archive/v1.1.0.tar.gz
https://github.com/Harvard-University-iCommons/django-canvas-oauth/archive/v1.1.1.tar.gz

0 comments on commit a1370d8

Please sign in to comment.