Skip to content

Commit

Permalink
chore(deps): update node docker tag to v21 (open-telemetry#1259)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
renovate[bot] and austinlparker committed Nov 28, 2023
1 parent efe6ee9 commit 8d4cb84
Showing 1 changed file with 2 additions and 2 deletions.
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:18-alpine AS build
FROM node:21-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:18-alpine
FROM node:21-alpine

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

0 comments on commit 8d4cb84

Please sign in to comment.