build(deps): bump node in /container/lighthouse-ci-server

Bumps node from 18-bullseye-slim to 22-bullseye-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-23 09:38:19 +00:00 committed by GitHub
parent 4fe96f7469
commit e6eb5ddf3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:18-bullseye-slim
FROM node:22-bullseye-slim
# Install utilities
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean