Skip to content

Commit 1bb710d

Browse files
Bump the container-images group with 2 updates (#336)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70fd46d commit 1bb710d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS builder
22

33
COPY . /app/
44
WORKDIR /app/
@@ -9,7 +9,7 @@ ARG TARGETOS TARGETARCH
99
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o ./bin/version-checker ./cmd/.
1010

1111

12-
FROM alpine:3.21.2
12+
FROM alpine:3.21.3
1313
LABEL description="Kubernetes utility for exposing used image versions compared to the latest version, as metrics."
1414

1515
RUN apk --no-cache add ca-certificates

0 commit comments

Comments
 (0)