Skip to content

Commit

Permalink
Bump auroraboot to v0.4.0 to fix root permission to 755 (#3051)
Browse files Browse the repository at this point in the history
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 <dimitris@karakasilis.me>
  • Loading branch information
jimmykarily authored Dec 5, 2024
1 parent f312c2d commit 76ac5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GRYPE_VERSION=v0.85.0
# renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver
ARG KAIROS_FRAMEWORK_VERSION=v2.14.4
# renovate: datasource=docker depName=quay.io/kairos/auroraboot versioning=semver
ARG AURORABOOT_VERSION=v0.3.3
ARG AURORABOOT_VERSION=v0.4.0
# renovate: datasource=docker depName=golang versioning=semver
ARG GO_VERSION=1.22
# renovate: datasource=docker depName=hadolint/hadolint
Expand Down

0 comments on commit 76ac5a3

Please # to comment.