Skip to content

Commit

Permalink
feat(frontend): build with alpine3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed Aug 5, 2024
1 parent 891f00c commit e77120a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.18 AS base
FROM node:20-alpine3.19 AS base

WORKDIR /home/rafiki

Expand Down
4 changes: 2 additions & 2 deletions packages/frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.18 AS base
FROM node:20-alpine3.19 AS base

WORKDIR /home/rafiki

Expand Down Expand Up @@ -40,7 +40,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
--frozen-lockfile
RUN pnpm --filter frontend build

FROM node:20-alpine3.18 AS runner
FROM node:20-alpine3.19 AS runner

WORKDIR /home/rafiki

Expand Down

0 comments on commit e77120a

Please sign in to comment.