Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: RBE auth check
id: rbe
if: github.event_name == 'pull_request'
uses: envoyproxy/toolshed/actions/github/container/auth@773d6a0b0ec7c9f5c0cf5e43ed1cc9d937c68d3e
uses: envoyproxy/toolshed/actions/github/container/auth@00661cc7647f9d375041292d0218c75633f0bb03
with:
container: hello-world
- name: Configure repo Bazel settings (base)
Expand Down
2 changes: 1 addition & 1 deletion ext_authz/Dockerfile-opa
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM openpolicyagent/opa:1.18.2-envoy-3-static@sha256:d0d13ef94ec1c7e144dc16dbc9003098c571f3a66c351b5aa332a316b0283de7
FROM openpolicyagent/opa:1.18.2-envoy-9-static@sha256:aa4054d99abe989d54148ab7b9b141c3e0a837db126f712b844aa4c2f4a66102

COPY --chmod=644 ./config/opa-service/policy.rego /etc/policy.rego
2 changes: 1 addition & 1 deletion redis/Dockerfile-redis
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM redis:8.10.0@sha256:c29e49ab2f85760a3827b53882e6dd9f5c6c3f0bb7d724e07bb31cbf275a5236
FROM redis:8.10.0@sha256:344e3945a0b431c8ff1eecd58c5573538126bd756f02fc7e218ddf1fc2546366
6 changes: 3 additions & 3 deletions single-page-app/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@chakra-ui/react": "^3.36.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"framer-motion": "^12.43.0",
"framer-motion": "^13.0.0",
"mdi-react": "^9.3.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.3",
"@types/react-dom": "^19.2.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^6.0.4",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.26",
"typescript": "*",
"vite": "^8.2.0"
"vite": "^8.2.1"
},
"resolutions": {
"minimatch": ">=3.1.3",
Expand Down
Loading
Loading