Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules-java/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jre-slim
FROM eclipse-temurin:11-jre

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion modules-js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

COPY package*.json ./

RUN npm ci
RUN npm install

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion modules-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pytz==2023.3
jinja2==3.1.2
click==8.1.7
tqdm==4.66.1
logging-json==0.0.2
logging-json==0.2.0
flask==3.0.0
Loading