Skip to content

Commit b7f6b2c

Browse files
chore(deps): update all non-major updates
1 parent 12486fd commit b7f6b2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.internal-platform

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine3.21 AS builder
1+
FROM golang:1.25-alpine3.21 AS builder
22

33
WORKDIR /src/bitrise-webhooks
44

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

1414

15-
FROM alpine:3.21
15+
FROM alpine:3.22
1616

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/bitrise-io/bitrise-webhooks
22

33
go 1.23.0
44

5-
toolchain go1.24.1
5+
toolchain go1.25.0
66

77
require (
88
cloud.google.com/go/pubsub v1.42.0

vendor/go.opentelemetry.io/otel/requirements.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)