Skip to content

Commit

Permalink
update api prod stage as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Sep 18, 2024
1 parent 8e937d3 commit 54c75e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion express-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN npm run build
#############################################
# Prod Build #
#############################################
FROM node:21.6-bullseye-slim as Prod
FROM node:22.9-bullseye-slim as Prod

# Set the working directory to /express-api
WORKDIR /express-api
Expand Down

0 comments on commit 54c75e0

Please sign in to comment.