Skip to content

Commit

Permalink
bump(localenv): docker image to alpine 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
golobitch committed Aug 6, 2024
1 parent e77120a commit 7e4dde3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions localenv/mock-account-servicing-entity/Dockerfile
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 @@ -42,7 +42,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store \
--frozen-lockfile
RUN pnpm --filter mock-account-servicing-entity build

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

WORKDIR /home/rafiki

Expand Down

0 comments on commit 7e4dde3

Please sign in to comment.