diff --git a/Dockerfile-velero-restic-restore-helper.ubi b/Dockerfile-velero-restic-restore-helper.ubi index 7d7a8767b2..b12de2fb3e 100644 --- a/Dockerfile-velero-restic-restore-helper.ubi +++ b/Dockerfile-velero-restic-restore-helper.ubi @@ -9,6 +9,6 @@ RUN microdnf -y update && microdnf clean all COPY --from=builder /opt/app-root/src/velero-restic-restore-helper velero-restic-restore-helper -USER nobody:nobody +USER 65534:65534 ENTRYPOINT [ "/velero-restic-restore-helper" ]