Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent bbec8b6 commit da24265
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN jq 'walk(if type == "object" then with_entries(select(.key | test("^jest|pre
# ------------------
# deps install
# ------------------
FROM node:20.15.0-bullseye AS base
FROM node:22.4.1-bullseye AS base

# Setup the app WORKDIR
WORKDIR /app/rab
Expand All @@ -37,7 +37,7 @@ RUN true \
# ------------------
# final image
# ------------------
FROM node:20.15.0-bullseye as web
FROM node:22.4.1-bullseye as web

LABEL org.opencontainers.image.source = "https://github.com/bodinsamuel/renovate-automatic-branch"

Expand Down

0 comments on commit da24265

Please sign in to comment.