Skip to content

Commit fc9a756

Browse files
Bump library/alpine
Bumps the docker-dependencies group with 1 update in the /services/testing-framework directory: library/alpine. Updates `library/alpine` from 3.20 to 3.21 --- updated-dependencies: - dependency-name: library/alpine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b603b8 commit fc9a756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/testing-framework/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY . .
2323
WORKDIR /go/services/testing-framework
2424
RUN CGO_ENABLED=0 go test -c -run TestClaudie
2525

26-
FROM docker.io/library/alpine:3.20
26+
FROM docker.io/library/alpine:3.21
2727
#Add repository label
2828
LABEL org.opencontainers.image.source "https://github.com/berops/claudie"
2929
#Add image name as a label

0 commit comments

Comments
 (0)