Skip to content

Commit a3df282

Browse files
Bump alpine from 3.19 to 3.20 (#118)
Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58105fb commit a3df282

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
@@ -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.19
16+
FROM alpine:3.20
1717

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

0 commit comments

Comments
 (0)