Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperadev/kani
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92f26c970be0bf52fb77983b01a38ae13fa9176f
Choose a base ref
..
head repository: hyperadev/kani
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4118b66c0e61af034f53ba4d542d157d3570e824
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .goreleaser.Dockerfile
2 changes: 1 addition & 1 deletion .goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

## Setup stage
FROM alpine:3.18.4 as builder
FROM alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48 as builder

RUN apk --no-cache add ca-certificates tzdata
RUN addgroup --gid 65532 kani && \