Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Dockerfile.internal-platform
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24-alpine3.21 AS builder
FROM golang:1.25-alpine3.21 AS builder

WORKDIR /src/bitrise-webhooks

Expand All @@ -12,7 +12,7 @@ COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /go/bin/bitrise-webhooks


FROM alpine:3.21
FROM alpine:3.22

RUN apk add -u ca-certificates && rm -rf /var/cache/apk/*

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bitrise-io/bitrise-webhooks

go 1.24.0

toolchain go1.24.2
toolchain go1.25.4

require (
cloud.google.com/go/pubsub v1.42.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/go.opentelemetry.io/otel/requirements.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.