Skip to content

Commit

Permalink
chore(deps): update node.js to v22 (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Oct 31, 2024
1 parent 897bd45 commit 36e864f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG BASE_IMAGE=alpine:3.20.3
ARG JS_IMAGE=node:20-alpine
ARG JS_IMAGE=node:22-alpine
ARG JS_PLATFORM=linux/amd64
ARG GO_IMAGE=golang:1.23.2-alpine

Expand Down
2 changes: 1 addition & 1 deletion devenv/docker/blocks/elastic/data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:20-alpine
FROM node:22-alpine

COPY data.js /home/node/data.js
2 changes: 1 addition & 1 deletion devenv/docker/blocks/loki/data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:20-alpine
FROM node:22-alpine

COPY data.js /home/node/data.js

0 comments on commit 36e864f

Please sign in to comment.