Skip to content

Commit 84c8c54

Browse files
authored
Merge pull request #109 from jacobbednarz/dependabot/docker/alpine-3.21.2
2 parents 45acf63 + 314ea92 commit 84c8c54

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.1
9+
FROM alpine:3.21.2
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)