Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mo9a7i committed Jun 11, 2024
1 parent dca0ea7 commit 7ebdbbb
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,4 +1,4 @@
FROM node:18.9.0-alpine as development
FROM node:18.15.0-alpine as development

# install curl & pnpm
RUN apk add --no-cache curl
Expand All @@ -16,7 +16,7 @@ COPY ./src ./src
RUN pnpm build


FROM node:18.9.0-alpine as production
FROM node:18.15.0-alpine as production

# install curl & pnpm
RUN apk add --no-cache curl
Expand Down

0 comments on commit 7ebdbbb

Please sign in to comment.