fix(silk): security - database file shall be created with 0600 mode
All checks were successful
AntOS pipeline / build-amd64 (push) Successful in 4m14s
AntOS pipeline / build-arm64 (push) Successful in 4m21s
AntOS pipeline / build-arm (push) Successful in 4m23s
AntOS pipeline / publish-doc-on-tag (push) Has been skipped
AntOS pipeline / publish-package-on-tag (push) Has been skipped

This commit is contained in:
DanyLE
2024-07-27 01:00:57 +02:00
parent 736141a4be
commit 930277ee24
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ DOCKER_TAG?=$(subst master,stable,$(subst refs/heads/,,$(shell git symbolic-ref
DOCKER_IMAGE?=iohubdev/antos
ARCH?=amd64
VERSION?=2.1.1-b
VERSION?=2.1.2-b
RUSTUP_HOME?=/opt/rust
CARGO_HOME?=/opt/rust/cargo