Skip to content

Commit

Permalink
updated dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Mar 6, 2024
1 parent 24b8c7a commit 8041f74
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 as Builder
FROM node:20 as Builder

WORKDIR /action

Expand All @@ -10,7 +10,7 @@ COPY . .

RUN yarn run build

FROM node:18-slim
FROM node:20-slim

COPY --from=Builder /action/dist /action

Expand Down

0 comments on commit 8041f74

Please sign in to comment.