Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: algolia/npm-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e24a60850aa5674e482fda81cbc9864f3e60c24
Choose a base ref
..
head repository: algolia/npm-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 807a61e2960685db3bc17d49fa5d353d692c378d
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .nvmrc
  2. +2 −2 Dockerfile
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11.0
22.12.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base ----
FROM node:22.11.0-alpine AS base
FROM node:22.12.0-alpine AS base

# ------------------
# package.json cache
@@ -52,7 +52,7 @@ RUN true \
# ---- Final ----
# Resulting new, minimal image
# This image must have the minimum amount of layers
FROM node:22.11.0-alpine as final
FROM node:22.12.0-alpine as final

ENV NODE_ENV production