Skip to content

Commit

Permalink
chore(deps): update node.js to v22.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and leonyork committed Jan 10, 2025
1 parent 7e0ee75 commit 34612f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN go install go.k6.io/xk6/cmd/xk6@"${XK6_VERSION}"
FROM docker:27.4.1-cli AS docker-cli

# Node for tooling
FROM node:22.12.0-bookworm-slim AS node
FROM node:22.13.0-bookworm-slim AS node

# Hadolint for formatting Dockerfiles
FROM hadolint/hadolint:v2.12.0-debian AS hadolint
Expand Down

0 comments on commit 34612f9

Please sign in to comment.