Skip to content

Commit 3044c47

Browse files
new parent image (#49)
1 parent 2f9c6bb commit 3044c47

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM kernai/refinery-parent-images:v1.17.1-common
2+
FROM kernai/refinery-parent-images:v1.17.2-common
33

44
WORKDIR /program
55

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM kernai/refinery-parent-images:v1.17.1-common
1+
FROM kernai/refinery-parent-images:v1.17.2-common
22

33
WORKDIR /app
44

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pytz==2024.1
7474
# via
7575
# -r requirements/common-requirements.txt
7676
# pandas
77-
requests==2.32.3
77+
requests==2.31.0
7878
# via -r requirements/common-requirements.txt
7979
s3transfer==0.6.2
8080
# via

requirements/common-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python-dateutil==2.9.0.post0
5454
# pandas
5555
pytz==2024.1
5656
# via pandas
57-
requests==2.32.3
57+
requests==2.31.0
5858
# via -r mini-requirements.in
5959
s3transfer==0.6.2
6060
# via boto3

0 commit comments

Comments
 (0)