1 Commits

Author SHA1 Message Date
603ce8fd86 Update rust Docker tag to v1.88.0 2025-06-27 01:01:34 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.84.1 AS lib_builder FROM rust:1.88.0 AS lib_builder
WORKDIR /src WORKDIR /src
COPY rust/ . COPY rust/ .
RUN cargo build RUN cargo build

View File

@ -9,7 +9,7 @@ maintainers:
url: https://badhouseplants.net url: https://badhouseplants.net
dependencies: dependencies:
- name: helm-library - name: helm-library
version: 0.2.5 version: 0.2.1
repository: oci://ghcr.io/allanger/allangers-helm-library repository: oci://ghcr.io/allanger/allangers-helm-library
annotations: annotations:
allowed_workload_kinds: "Deployment" allowed_workload_kinds: "Deployment"