Skip to content

Commit 4b5e875

Browse files
Bump the minor-patch group across 1 directory with 2 updates (#95)
Bumps the minor-patch group with 2 updates in the / directory: golang and alpine. Updates `golang` from 1.26.3-alpine3.23 to 1.26.4-alpine3.23 Updates `alpine` from 3.23 to 3.24.1 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: golang dependency-version: 1.26.4-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92da85c commit 4b5e875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM golang:1.26.3-alpine3.23@sha256:91eda9776261207ea25fd06b5b7fed8d397dd2c0a283e77f2ab6e91bfa71079d AS builder
1+
FROM golang:1.26.4-alpine3.23@sha256:f23e8b227fb4493eabe03bede4d5a32d04092da71962f1fb79b5f7d1e6c2a17f AS builder
22

33
WORKDIR /app
44
COPY go.mod go.sum ./
55
RUN go mod download
66
COPY . .
77
RUN CGO_ENABLED=0 GOOS=linux go build -o deployment-tracker cmd/deployment-tracker/main.go
88

9-
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
9+
FROM alpine:3.24.1@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
1010
RUN apk --no-cache add ca-certificates
1111
COPY --from=builder /app/deployment-tracker /deployment-tracker
1212
ENTRYPOINT ["/deployment-tracker"]

0 commit comments

Comments
 (0)