Skip to content

Commit

Permalink
Merge branch 'main' into eslint-v9
Browse files Browse the repository at this point in the history
  • Loading branch information
harryzcy committed Oct 22, 2024
2 parents 4c304d0 + aa643d0 commit 405a6cb
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: "Dependency Review"
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 AS bff-builder
FROM golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS bff-builder

ARG BUILD_VERSION
ARG BUILD_COMMIT
Expand All @@ -17,7 +17,7 @@ RUN set -ex && \
-w -s" \
-o /bin/bff

FROM --platform=$BUILDPLATFORM node:22.9.0-alpine3.20@sha256:c9bb43423a6229aeddf3d16ae6aaa0ff71a0b2951ce18ec8fedb6f5d766cf286 AS web-builder
FROM --platform=$BUILDPLATFORM node:23.0.0-alpine3.20@sha256:b20f8fad528b0e768936cb88ccb7b0e37cf41587d177e2d6fcdbd48bb4e083ec AS web-builder

ARG BUILD_VERSION

Expand Down
94 changes: 47 additions & 47 deletions cloudflare/package-lock.json

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

4 changes: 2 additions & 2 deletions cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"devDependencies": {
"@cloudflare/workers-types": "4.20241011.0",
"@cloudflare/workers-types": "4.20241018.0",
"typescript": "5.6.3",
"wrangler": "3.80.4"
"wrangler": "3.81.0"
},
"dependencies": {
"aws4fetch": "1.0.20"
Expand Down
Loading

0 comments on commit 405a6cb

Please sign in to comment.