Skip to content

Commit

Permalink
Merge pull request #33 from gunet/node-version-change
Browse files Browse the repository at this point in the history
Node version change
  • Loading branch information
kkmanos authored Jul 9, 2024
2 parents 549f8a9 + f25c28b commit 17c1aa6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wallet-enterprise-configurations/acme-verifier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=secret,id=npmrc,required=true,target=./.npmrc,uid=1000 \
yarn cache clean && yarn install && yarn build

# Production stage
FROM node:16-bullseye-slim AS production
FROM node:20-bullseye-slim AS production
WORKDIR /app

COPY --from=builder /app/package.json .
Expand Down
2 changes: 1 addition & 1 deletion wallet-enterprise-configurations/ehic-issuer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=secret,id=npmrc,required=true,target=./.npmrc,uid=1000 \
yarn cache clean && yarn install && yarn build

# Production stage
FROM node:16-bullseye-slim AS production
FROM node:20-bullseye-slim AS production
WORKDIR /app

COPY --from=builder /app/package.json .
Expand Down
2 changes: 1 addition & 1 deletion wallet-enterprise-configurations/pda1-issuer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=secret,id=npmrc,required=true,target=./.npmrc,uid=1000 \
yarn cache clean && yarn install && yarn build

# Production stage
FROM node:16-bullseye-slim AS production
FROM node:20-bullseye-slim AS production
WORKDIR /app

COPY --from=builder /app/package.json .
Expand Down
2 changes: 1 addition & 1 deletion wallet-enterprise-configurations/vid-issuer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN --mount=type=secret,id=npmrc,required=true,target=./.npmrc,uid=1000 \
yarn cache clean && yarn install && yarn build

# Production stage
FROM node:16-bullseye-slim AS production
FROM node:20-bullseye-slim AS production
WORKDIR /app

COPY --from=builder /app/package.json .
Expand Down

0 comments on commit 17c1aa6

Please sign in to comment.