Skip to content

Commit

Permalink
Use node:20.8.1-alpine3.18 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNjunge committed Oct 21, 2023
1 parent 1d4b15b commit 2253ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image
FROM node:20.8.1
FROM node:20.8.1-alpine3.18

WORKDIR /app

Expand All @@ -15,7 +15,7 @@ RUN npm run build
RUN npm prune --production

# Final image
FROM node:20.8.1
FROM node:20.8.1-alpine3.18

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion e2e.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.1
FROM node:20.8.1-alpine3.18

WORKDIR /app

Expand Down

0 comments on commit 2253ab9

Please sign in to comment.