Skip to content

Commit

Permalink
Python 3.12.7 -> .8, debian 20241016 -> 1223, helm-diff 3.9.11 -> .13
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Dec 29, 2024
1 parent 9f454e7 commit a39ac0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions os/debian/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# bookworm-20241016 corresponds to Debian 12.7
ARG DEBIAN_CODENAME=bookworm
# Debian codenamed images are tagged with date codes rather than minor version numbers.
ARG DEBAIN_DATECODE=20241016
ARG DEBAIN_DATECODE=20241223
# Find the current version of Python at https://www.python.org/downloads/source/
ARG PYTHON_VERSION=3.12.7
ARG PYTHON_VERSION=3.12.8

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

# Helm plugins:
# https://github.com/databus23/helm-diff/releases
ARG HELM_DIFF_VERSION=3.9.11
ARG HELM_DIFF_VERSION=3.9.13
# https://github.com/aslafy-z/helm-git/releases
ARG HELM_GIT_VERSION=1.3.0

Expand Down

0 comments on commit a39ac0e

Please sign in to comment.