Skip to content

Commit

Permalink
upgraded node version from 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Jul 9, 2024
1 parent 549f8a9 commit f25c28b
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 f25c28b

Please sign in to comment.