Skip to content

Commit 76ac5a3

Browse files
authored
Bump auroraboot to v0.4.0 to fix root permission to 755 (#3051)
kairos-io/AuroraBoot#129 without this, the isos we generate will not allow any non-root user to login after installation Signed-off-by: Dimitris Karakasilis <[email protected]>
1 parent f312c2d commit 76ac5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG GRYPE_VERSION=v0.85.0
1010
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
1111
ARG KAIROS_FRAMEWORK_VERSION=v2.14.4
1212
# renovate: datasource=docker depName=quay.io/kairos/auroraboot versioning=semver
13-
ARG AURORABOOT_VERSION=v0.3.3
13+
ARG AURORABOOT_VERSION=v0.4.0
1414
# renovate: datasource=docker depName=golang versioning=semver
1515
ARG GO_VERSION=1.22
1616
# renovate: datasource=docker depName=hadolint/hadolint

0 commit comments

Comments
 (0)