Skip to content

Commit 58c6a5f

Browse files
Bump alpine from 3.21.0 to 3.21.1
Bumps alpine from 3.21.0 to 3.21.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cc861b commit 58c6a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.21.0
9+
FROM alpine:3.21.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

0 commit comments

Comments
 (0)