Skip to content

Commit 6dda735

Browse files
Bump alpine from 51183f2 to 2510918
Bumps alpine from `51183f2` to `2510918`. --- updated-dependencies: - dependency-name: alpine dependency-version: 25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea95436 commit 6dda735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN CGO_ENABLED=0 GOOS=linux go build -o deployment-tracker cmd/deployment-tracker/main.go
99

1010
# v3.23
11-
FROM alpine@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
11+
FROM alpine@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
1212
RUN apk --no-cache add ca-certificates
1313
COPY --from=builder /app/deployment-tracker /deployment-tracker
1414
ENTRYPOINT ["/deployment-tracker"]

0 commit comments

Comments
 (0)