Skip to content

Commit 7cc861b

Browse files
authored
Merge pull request #107 from jacobbednarz/dependabot/docker/alpine-3.21.0
Bump alpine from 3.20.3 to 3.21.0
2 parents 8e91b7b + d67c49b commit 7cc861b

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

9-
FROM alpine:3.20.3
9+
FROM alpine:3.21.0
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)