Skip to content

Commit 72b22ee

Browse files
authored
Merge pull request schubergphilis#21 from schubergphilis/explicit-image
fix: use an explicit image and use dependabot to update it
2 parents 14c40ef + efdc237 commit 72b22ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Ubuntu (not Debian): only ubuntu:26.04 ships git ≥ 2.48 in its main archive,
77
# needed for the `extensions.relativeWorktrees` repo extension. Rationale and
88
# alternatives in openspec/changes/worktree-relative-paths/design.md.
9-
FROM ubuntu:26.04@sha256:5e275723f82c67e387ba9e3c24baa0abdcb268917f276a0561c97bef9450d0b4
9+
FROM ubuntu:resolute-20260724.1@sha256:678c6550cc43645e08669028bc177f50be4e7c5b8cca677067b1914d4afc7a03
1010

1111
# pipefail propagates failures in RUN ... | ... — without this, a failed curl
1212
# into tee/sha256sum silently succeeds and the build continues with bad data.

0 commit comments

Comments
 (0)