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

Bump node from 20-slim to 23-slim in /tracer/build/_build/docker #808

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading