Skip to content

Commit e2e1cd6

Browse files
Bump alpine from 2510918 to 5b10f43 (#81)
Bumps alpine from `2510918` to `5b10f43`. --- 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 dba1f45 commit e2e1cd6

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:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
9+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
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)