Skip to content

Commit 17f880f

Browse files
dependabot[bot]jacobbednarz
authored andcommitted
build(deps): bump alpine from 3.24.0 to 3.24.1
Bumps alpine from 3.24.0 to 3.24.1. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent add932f commit 17f880f

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
@@ -6,7 +6,7 @@ RUN set -ex \
66
&& go get -d ./... \
77
&& go build -o csp_collector main.go
88

9-
FROM alpine:3.24.0
9+
FROM alpine:3.24.1
1010
LABEL maintainer="https://github.com/jacobbednarz/go-csp-collector"
1111
COPY --from=build /go/src/jacobbednarz/go-csp-collector/csp_collector /
1212
EXPOSE 8080 9090

0 commit comments

Comments
 (0)