Skip to content

Commit 45acf63

Browse files
authored
Merge pull request #108 from jacobbednarz/dependabot/docker/alpine-3.21.1
Bump alpine from 3.21.0 to 3.21.1
2 parents 7cc861b + 58c6a5f commit 45acf63

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)