Skip to content

Commit

Permalink
fix: update node image
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Mar 13, 2024
1 parent 90ecb0f commit 69320e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# build stage and the runtime stage into two different steps

# Stage 1: Build the Next.js application
FROM node:16-alpine AS build
FROM node:alpine AS build
WORKDIR /app
# Install the project dependencies
COPY package*.json ./
Expand Down

0 comments on commit 69320e6

Please sign in to comment.