Skip to content

Commit

Permalink
Merge pull request #18 from ajnelson-nist/adopt_case_utils_0_15_0
Browse files Browse the repository at this point in the history
Bump case-utils to 0.15.0
  • Loading branch information
kchason authored Jan 24, 2024
2 parents 11e30ff + fcef0d2 commit 24139a0
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 @@ -4,7 +4,7 @@ FROM python:3.11-slim-bullseye
WORKDIR /opt/workspace

# Install dependencies
RUN python -m pip install case-utils==0.13.0 PyGithub
RUN python -m pip install case-utils==0.15.0 PyGithub

# Delete source files now that package has been installed
WORKDIR /opt/workspace
Expand Down

0 comments on commit 24139a0

Please sign in to comment.