1 Commits

Author SHA1 Message Date
4108d745dd Update rust Docker tag to v1.87.0 2025-05-16 01:01:36 +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.87.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.6 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"