We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d661a commit eb4775eCopy full SHA for eb4775e
api/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20.18-alpine
+FROM node:22-alpine
2
COPY package*.json ./
3
COPY yarn.lock ./
4
RUN yarn install
api/src/packages/api.js
@@ -1,9 +1,9 @@
import "../utils/sentry.js";
import dotenv from "dotenv";
-
5
-import express from "express";
6
import * as Sentry from "@sentry/node";
+import express from "express";
+
7
8
9
import Joi from "joi";
0 commit comments