Skip to content

Commit

Permalink
[PaymentService] - Update node to LTS version and bump deps (#1029)
Browse files Browse the repository at this point in the history
* Update node to LTS version and bump deps

* changelog

* Changelog
  • Loading branch information
julianocosta89 committed Aug 4, 2023
1 parent 1ea7f5e commit e01d4ec
Show file tree
Hide file tree
Showing 4 changed files with 527 additions and 419 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ release.
([#944](https://github.com/open-telemetry/opentelemetry-demo/pull/944))
* [quoteservice] update php dependencies
([#994](https://github.com/open-telemetry/opentelemetry-demo/issues/994))
* [PaymentService] Update node to LTS version and bump deps
([#1029](https://github.com/open-telemetry/opentelemetry-demo/issues/1029))

## 1.4.0

Expand Down
4 changes: 2 additions & 2 deletions src/paymentservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM node:16-alpine AS build
FROM node:18-alpine AS build

WORKDIR /usr/src/app/

Expand All @@ -12,7 +12,7 @@ RUN apk add --no-cache python3 make g++ && npm ci --omit=dev

# -----------------------------------------------------------------------------

FROM node:16-alpine
FROM node:18-alpine

USER node
WORKDIR /usr/src/app/
Expand Down
Loading

0 comments on commit e01d4ec

Please sign in to comment.