Skip to content

Commit

Permalink
Merge pull request #210 from GrahamDumpleton/cve-fixes
Browse files Browse the repository at this point in the history
Updates for CVE reports.
  • Loading branch information
GrahamDumpleton authored Nov 3, 2023
2 parents db93105 + 43955d5 commit 2ae17a6
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 38 deletions.
2 changes: 1 addition & 1 deletion client-programs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/compose-spec/compose-go v1.19.0
github.com/cppforlife/go-cli-ui v0.0.0-20220622150351-995494831c6c
github.com/docker/distribution v2.8.3+incompatible // indirect
github.com/docker/docker v24.0.6+incompatible
github.com/docker/docker v24.0.7+incompatible
github.com/docker/go-connections v0.4.0
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.5.1
Expand Down
2 changes: 2 additions & 0 deletions client-programs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBi
github.com/docker/distribution v2.8.3+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v24.0.6+incompatible h1:hceabKCtUgDqPu+qm0NgsaXf28Ljf4/pWFL7xjWWDgE=
github.com/docker/docker v24.0.6+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down
2 changes: 1 addition & 1 deletion training-portal/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod_wsgi==4.9.4
Django==3.2.20
Django==3.2.23
django-registration==3.3
django-crispy-forms==1.14.0
warpdrive>=0.34.0
Expand Down
39 changes: 21 additions & 18 deletions workshop-images/base-environment/opt/gateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 21 additions & 18 deletions workshop-images/base-environment/opt/renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ae17a6

Please sign in to comment.