Skip to content

Commit 7790915

Browse files
committed
[2025-03-23 15:28] Dockerfile base image update
1 parent 70eaa1c commit 7790915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)