Skip to content

Commit 17b67b5

Browse files
Bump alpine from 3.20 to 3.21 (#129)
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9130610 commit 17b67b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313

1414
RUN cd cmd/vulnerability-db-api/ && GOOS=linux GOARCH=amd64 go build . && cd -
1515

16-
FROM alpine:3.20
16+
FROM alpine:3.21
1717

1818
RUN apk add --no-cache --update bash gettext
1919

0 commit comments

Comments
 (0)