Skip to content

Commit

Permalink
chore(deps): pin node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent 93e5231 commit 3768cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Node.js 20 alpine image as builder
FROM node:20-alpine as builder
FROM node:20.10.0-alpine as builder

# Set up working directory
RUN mkdir /app
Expand All @@ -19,7 +19,7 @@ ENV NODE_ENV=production
RUN pnpm run build

# Set up the production image
FROM node:20-alpine
FROM node:20.10.0-alpine
WORKDIR /app

# Copy build output from builder
Expand Down

0 comments on commit 3768cac

Please sign in to comment.