diff --git a/Containerfile b/Containerfile index 490977d..8a12a66 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:9e6a89ab2a9224712391c77fab2ab01009e387aff42854826427aaf18b98b1ff as builder +FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba4bac436ad0a84e8 as builder RUN dnf -y install golang WORKDIR /go/src/mikefarah/yq @@ -11,7 +11,7 @@ RUN CGO_ENABLED=0 go build -ldflags "-s -w" . RUN ./scripts/acceptance.sh # Rebase on ubi9 -FROM registry.access.redhat.com/ubi9:latest@sha256:9e6a89ab2a9224712391c77fab2ab01009e387aff42854826427aaf18b98b1ff +FROM registry.access.redhat.com/ubi9:latest@sha256:7575b6e3cc492f856daf8c43f30692d8f5fcd5b7077806dba4bac436ad0a84e8 COPY --from=builder /go/src/mikefarah/yq/yq /usr/bin/yq diff --git a/yq b/yq index 6eb2ae7..f57de74 160000 --- a/yq +++ b/yq @@ -1 +1 @@ -Subproject commit 6eb2ae757a3c9e451f0d848ab74adc776b736e30 +Subproject commit f57de74cfeb8e8a794f69f14fe4b7c1855981978