Skip to content

Commit 9555d69

Browse files
authored
Dependency updates (#960)
1 parent a00723b commit 9555d69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

os/debian/Dockerfile.debian

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# bookworm-20241016 corresponds to Debian 12.7
66
ARG DEBIAN_CODENAME=bookworm
77
# Debian codenamed images are tagged with date codes rather than minor version numbers.
8-
ARG DEBAIN_DATECODE=20241016
8+
ARG DEBAIN_DATECODE=20241223
99
# Find the current version of Python at https://www.python.org/downloads/source/
10-
ARG PYTHON_VERSION=3.12.7
10+
ARG PYTHON_VERSION=3.12.8
1111

1212
# https://github.com/ahmetb/kubectx/releases
1313
ARG KUBECTX_COMPLETION_VERSION=0.9.5
@@ -18,7 +18,7 @@ ARG SESSION_MANAGER_PLUGIN_VERSION=latest
1818

1919
# Helm plugins:
2020
# https://github.com/databus23/helm-diff/releases
21-
ARG HELM_DIFF_VERSION=3.9.11
21+
ARG HELM_DIFF_VERSION=3.9.13
2222
# https://github.com/aslafy-z/helm-git/releases
2323
ARG HELM_GIT_VERSION=1.3.0
2424

0 commit comments

Comments
 (0)