Skip to content

Commit

Permalink
ci: use alpine 3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
the-emerald committed Mar 9, 2024
1 parent a5febf5 commit 92fa0f8
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:lts-alpine as builder
FROM node:21-alpine3.18 as builder

WORKDIR /app

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

RUN npm run build

FROM node:lts-alpine
FROM node:21-alpine3.18

WORKDIR /app

Expand Down

0 comments on commit 92fa0f8

Please sign in to comment.