Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeBiddell committed Sep 10, 2024
1 parent 21bd473 commit cf4a15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ COPY --from=builder-php-exts /usr/lib/php/20230831/opentelemetry.so /usr/lib/php
COPY --from=hairyhenderson/gomplate:v3.11.5 /gomplate /usr/local/bin/gomplate
COPY --from=composer:2.5.8 /usr/bin/composer /usr/local/bin/composer
COPY --from=timberio/vector:0.39.0-debian /usr/bin/vector /usr/local/bin/vector
COPY --from=node:20.16.0-bookworm /usr/local/bin /usr/local/bin
COPY --from=node:20.16.0-bookworm /usr/local/lib/node_modules /usr/local/lib/node_modules
COPY --from=node:20.17-bookworm /usr/local/bin /usr/local/bin
COPY --from=node:20.17-bookworm /usr/local/lib/node_modules /usr/local/lib/node_modules

RUN npm install --global tsx

Expand Down

0 comments on commit cf4a15e

Please sign in to comment.