Update cozyhr v1.6.1

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil 2026-01-27 16:44:47 +01:00
parent c8dbad7dc9
commit 6d772811dd
No known key found for this signature in database
GPG key ID: 931CF7FEACEAF765
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ RUN go mod download
FROM alpine:3.22
RUN wget -O- https://github.com/cozystack/cozyhr/raw/refs/heads/main/hack/install.sh | sh -s -- -v 1.5.0
RUN wget -O- https://github.com/cozystack/cozyhr/raw/refs/heads/main/hack/install.sh | sh -s -- -v 1.6.1
RUN apk add --no-cache make kubectl helm coreutils git jq openssl

View file

@ -3,7 +3,7 @@ FROM ubuntu:22.04
ARG KUBECTL_VERSION=1.33.2
ARG TALOSCTL_VERSION=1.10.4
ARG HELM_VERSION=3.18.3
ARG COZYHR_VERSION=1.5.0
ARG COZYHR_VERSION=1.6.1
ARG TARGETOS
ARG TARGETARCH