Skip to content

Commit 3ac786f

Browse files
feat: Improve Faro Integration - Add Custom Events and Errors (#205)
1 parent 1a54d26 commit 3ac786f

File tree

6 files changed

+382
-298
lines changed

6 files changed

+382
-298
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16.19.1-bullseye AS fe-builder
1+
FROM node:23.10.0-bullseye AS fe-builder
22

33
WORKDIR /app/pkg/web
44
COPY pkg/web ./
@@ -12,7 +12,7 @@ ENV PUBLIC_BACKEND_WS_ENDPOINT=${PUBLIC_BACKEND_WS_ENDPOINT}
1212
RUN npm install && \
1313
npm run build
1414

15-
FROM golang:1.22-bullseye AS builder
15+
FROM golang:1.24-bullseye AS builder
1616

1717
WORKDIR /app
1818
COPY . ./

0 commit comments

Comments
 (0)