Commit 9ce50dd4 authored by dependabot's avatar dependabot
Browse files

Bump node from 20-alpine to 23-alpine

Bumps node from 20-alpine to 23-alpine.
parent 07e5f9a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM node:20-alpine AS base
FROM node:23-alpine AS base

# to be able to read git hash
RUN apk -U upgrade && apk add --no-cache git openssh