Skip to content

Commit

Permalink
apply the same fix to the app container
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Aug 26, 2024
1 parent cc24c76 commit f4f69f8
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 @@ -23,7 +23,7 @@ COPY ./api ./
RUN npm run build

# app
FROM node:alpine as app
FROM node:20-alpine as app

WORKDIR /app
COPY ./api/package.json ./api/package-lock.json ./
Expand Down

0 comments on commit f4f69f8

Please sign in to comment.