Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2024
1 parent c39cea5 commit 7cdeff5
Show file tree
Hide file tree
Showing 4 changed files with 1,266 additions and 1,024 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
uses: actions/checkout@v4

- name: Setup Docker
uses: docker/setup-buildx-action@v3.0.0
uses: docker/setup-buildx-action@v3.6.1

- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.4.0
with:
push: true
file: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Builder ##
FROM node:22.5.1-alpine3.20 AS base
FROM node:22.9.0-alpine3.20 AS base

ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down Expand Up @@ -31,7 +31,7 @@ RUN pnpm db:generate && \
pnpm run build

## App ##
FROM node:22.5.1-alpine3.20 AS app
FROM node:22.9.0-alpine3.20 AS app

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"fuzzysort": "^3.0.2",
"humanize-duration": "^3.32.1",
"ioredis": "^5.4.1",
"meilisearch": "^0.41.0",
"meilisearch": "^0.42.0",
"prom-client": "^15.1.3"
},
"devDependencies": {
Expand Down Expand Up @@ -81,7 +81,7 @@
"node": ">=22.x"
},
"volta": {
"node": "22.5.1",
"pnpm": "9.6.0"
"node": "22.9.0",
"pnpm": "9.10.0"
}
}
Loading

0 comments on commit 7cdeff5

Please sign in to comment.