Skip to content

Commit 029c19f

Browse files
Update all non-major dependencies
1 parent 979e8f7 commit 029c19f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/Dockerfile.maven

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM maven:3.9.13-eclipse-temurin-25
1+
FROM maven:3.9.14-eclipse-temurin-25

build/Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
55
ENV CI=true
66

7-
RUN npm install -g pnpm@10.31.0
7+
RUN npm install -g pnpm@10.32.1
88

99
USER node

build/Dockerfile.playwright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/playwright:v1.58.2
22

33
ENV PNPM_HOME="/pnpm"
44
ENV PATH="$PNPM_HOME:$PATH"
5-
RUN npm install -g pnpm@10.31.0
5+
RUN npm install -g pnpm@10.32.1
66

77
RUN apt-get update &&\
88
apt-get install software-properties-common -y &&\

0 commit comments

Comments
 (0)