File tree Expand file tree Collapse file tree 4 files changed +392
-27
lines changed Expand file tree Collapse file tree 4 files changed +392
-27
lines changed Original file line number Diff line number Diff line change 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
55RUN mkdir /app
@@ -20,7 +20,7 @@ RUN pnpm install
2020ENV NODE_ENV=production
2121
2222# Set up the production image
23- FROM node:22.12 .0-alpine
23+ FROM node:22.13 .0-alpine
2424WORKDIR /app
2525
2626# Copy build output from builder
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments