Skip to content

Commit

Permalink
fix(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent 7b0630b commit 129881d
Show file tree
Hide file tree
Showing 12 changed files with 5,791 additions and 4,808 deletions.
4 changes: 2 additions & 2 deletions auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@elysiajs/cors": "^0.5.0",
"drizzle-orm": "^0.26.1",
"drizzle-orm": "^0.27.0",
"elysia": "latest",
"envsafe": "^2.0.3",
"jose": "^4.14.4",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@types/pg": "^8.10.1",
"bun-types": "latest",
"drizzle-kit": "^0.18.1"
"drizzle-kit": "^0.19.0"
},
"module": "src/index.js"
}
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:20.2-alpine as builder
FROM node:20.4-alpine as builder

# Set the current working directory inside the container
WORKDIR /app
Expand All @@ -12,7 +12,7 @@ COPY . .
RUN npm run build:container

# Grab the latest Node base image
FROM node:20.2-alpine as runner
FROM node:20.4-alpine as runner

# Set the current working directory inside the container
WORKDIR /app
Expand Down
Loading

0 comments on commit 129881d

Please sign in to comment.