Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent b95de04 commit 40dc168
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:22-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:22-slim
WORKDIR /app
RUN echo "\
var http = require('http');\
Expand Down

0 comments on commit 40dc168

Please sign in to comment.