Skip to content

Commit

Permalink
Merge branch 'main' into docs/crunchy
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Oct 25, 2024
2 parents 46d77a9 + 44a88c4 commit d801559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build
FROM node:22.9.0-slim AS build
FROM node:22.10.0-slim AS build

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand All @@ -8,7 +8,7 @@ ENV PRISMA_CLI_BINARY_TARGETS=debian-openssl-3.0.x
RUN npm run deploy

# Dependencies
FROM node:22.9.0-slim AS dependencies
FROM node:22.10.0-slim AS dependencies

# Copy, build static files; see .dockerignore for exclusions
WORKDIR /app
Expand Down

0 comments on commit d801559

Please sign in to comment.