Skip to content
This repository has been archived by the owner on Feb 22, 2025. It is now read-only.

Commit

Permalink
Bump node from 20-slim to 23-slim in /tracer/build/_build/docker
Browse files Browse the repository at this point in the history
Bumps node from 20-slim to 23-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent b95de04 commit 697e1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:23-slim
WORKDIR /app
RUN echo "\
var http = require('http');\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:23-slim
WORKDIR /app
RUN echo "\
var http = require('http');\
Expand Down

0 comments on commit 697e1ad

Please sign in to comment.