Skip to content

Commit 415a252

Browse files
Copilotpangerlkr
andcommitted
Fix Docker build failures: update deprecated images and dependencies
Co-authored-by: pangerlkr <73515951+pangerlkr@users.noreply.github.com>
1 parent 85d6b44 commit 415a252

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules-java/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:11-jre-slim
1+
FROM eclipse-temurin:11-jre
22

33
WORKDIR /app
44

modules-js/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44

55
COPY package*.json ./
66

7-
RUN npm ci
7+
RUN npm install
88

99
COPY . .
1010

modules-python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pytz==2023.3
88
jinja2==3.1.2
99
click==8.1.7
1010
tqdm==4.66.1
11-
logging-json==0.0.2
11+
logging-json==0.2.0
1212
flask==3.0.0

0 commit comments

Comments
 (0)