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:
parent
4fe96f7469
commit
e6eb5ddf3f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:18-bullseye-slim
|
FROM node:22-bullseye-slim
|
||||||
|
|
||||||
# Install utilities
|
# Install utilities
|
||||||
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean
|
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean
|
||||||
|
|
Loading…
Reference in a new issue