Skip to content

Commit 426c289

Browse files
Bump alpine from 51183f2 to 2510918 (#57)
Bumps alpine from `51183f2` to `2510918`. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3281754 commit 426c289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
9+
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
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)