Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
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: tritonmedia/twilight.go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b26f793147aac341d23e5f8a120c53fb710298c4
Choose a base ref
..
head repository: tritonmedia/twilight.go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b0245f0d856cf55c71f3b0ba7090f4f178d4df9d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ ENTRYPOINT ["/usr/bin/twilight"]
RUN go mod vendor
RUN make CGO_ENABLED=0

FROM alpine:3.16
FROM alpine:3.17
RUN apk add --no-cache ca-certificates
COPY --from=builder /src/app/bin/twilight /usr/bin/twilight