Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: pin dependencies in Dockerfiles
  • Loading branch information
sreya committed Aug 27, 2025
commit ec6230c715e2533fc9a0fbc11f5436660695bd2f
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
steps:
- name: Allow only maintainers/admins
uses: actions/[email protected]
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion dogfood/coder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get update && \
# goimports for updating imports
go install golang.org/x/tools/cmd/[email protected] && \
# protoc-gen-go is needed to build sysbox from source
go install google.golang.org/protobuf/cmd/[email protected] && \
go install google.golang.org/protobuf/cmd/[email protected].0 && \
# drpc support for v2
go install storj.io/drpc/cmd/[email protected] && \
# migrate for migration support for v2
Expand Down
3 changes: 2 additions & 1 deletion offlinedocs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
},
"pnpm": {
"overrides": {
"@babel/runtime": "7.26.10"
"@babel/runtime": "7.26.10",
"brace-expansion": "1.1.12"
}
}
}
20 changes: 7 additions & 13 deletions offlinedocs/pnpm-lock.yaml

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
"markdown-table-formatter": "^1.6.1",
"markdownlint-cli2": "^0.16.0",
"quicktype": "^23.0.0"
},
"pnpm": {
"overrides": {
"brace-expansion": "1.1.12"
}
}
}
20 changes: 8 additions & 12 deletions pnpm-lock.yaml

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

3 changes: 2 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@
"esbuild": "^0.25.0",
"form-data": "4.0.4",
"prismjs": "1.30.0",
"dompurify": "3.2.6"
"dompurify": "3.2.6",
"brace-expansion": "1.1.12"
},
"ignoredBuiltDependencies": [
"storybook-addon-remix-react-router"
Expand Down
18 changes: 6 additions & 12 deletions site/pnpm-lock.yaml

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

Loading