Skip to content

Commit f78e8f2

Browse files
authored
[2025-03-23 14:55] Extensive dependency update (#148)
* [2025-03-23 14:55] Extensive dependency update * [2025-03-23 15:28] Dockerfile base image update
1 parent 7100b49 commit f78e8f2

File tree

3 files changed

+404
-374
lines changed

3 files changed

+404
-374
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MPL-2.0
44
#
55

6-
FROM python:3.10.14-bullseye AS base-image
6+
FROM python:3.10.16-bullseye AS base-image
77

88
RUN apt-get update && \
99
apt-get -y install libeccodes-dev && \

0 commit comments

Comments
 (0)