Skip to content

Commit 46ee58e

Browse files
chore(deps): update all non-major dependencies (#817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cc3cdf8 commit 46ee58e

File tree

4 files changed

+392
-27
lines changed

4 files changed

+392
-27
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use Node.js 20 alpine image as builder
2-
FROM node:22.12.0-alpine as builder
2+
FROM node:22.13.0-alpine as builder
33

44
# Set up working directory
55
RUN mkdir /app
@@ -20,7 +20,7 @@ RUN pnpm install
2020
ENV NODE_ENV=production
2121

2222
# Set up the production image
23-
FROM node:22.12.0-alpine
23+
FROM node:22.13.0-alpine
2424
WORKDIR /app
2525

2626
# Copy build output from builder

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- internal
4949

5050
traefik:
51-
image: traefik:v3.2
51+
image: traefik:v3.3
5252
command:
5353
- "--api.insecure=true" # Don't do that in production!
5454
- "--providers.docker=true"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"devDependencies": {
5151
"@biomejs/biome": "1.9.4",
52-
"@flydotio/dockerfile": "0.5.9",
53-
"@hey-api/openapi-ts": "0.60.1",
52+
"@flydotio/dockerfile": "0.6.1",
53+
"@hey-api/openapi-ts": "0.61.0",
5454
"@types/express": "5.0.0",
5555
"@types/jest": "29.5.14",
5656
"@types/lodash": "4.17.14",

0 commit comments

Comments
 (0)