Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pinned to the multi-arch index digest, not a per-arch one, so the amd64 and
# arm64v8 GoReleaser builds can both resolve it via --platform.
FROM registry.suse.com/bci/bci-micro:15.7@sha256:44f5c047210188eb290414c52f883b763efa1e234c2a15c325f03e83f0984fa6
FROM registry.suse.com/bci/bci-nano:15.7@sha256:794d075f0ffa66f6fc1f7073b4957c4c797f29f04384fe547b34f865c7afeebb
ENTRYPOINT ["/usr/bin/sts"]
COPY sts /usr/bin/sts
Loading