Skip to content

Commit

Permalink
Merge pull request #27 from alphagov/sengi/up-to-date
Browse files Browse the repository at this point in the history
Pin only to major versions to reduce Dependabot toil.
  • Loading branch information
sengi authored Oct 25, 2023
2 parents 8ba039f + 9d90c7f commit 963c956
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion diff-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM public.ecr.aws/lts/ubuntu:22.04_stable
RUN apt update && \
apt install -y --no-install-recommends python3 python3-pip npm && \
rm -r /var/lib/apt/lists /var/cache/apt/archives && \
npm install -g diff2html-cli@5.2.9
npm install -g diff2html-cli@5

WORKDIR /function

Expand Down
6 changes: 3 additions & 3 deletions diff-generator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
awslambdaric==2.0.7
boto3==1.28.70
requests>=2.31,<3
awslambdaric>=2.0.7,<3
boto3>=1.28.70,<2

0 comments on commit 963c956

Please sign in to comment.