Skip to content

Commit 3e7ba64

Browse files
Bump alpine from 3.16.2 to 3.16.3 (#53)
Bumps alpine from 3.16.2 to 3.16.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c9204f commit 3e7ba64

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.16.2
16+
FROM alpine:3.16.3
1717

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

0 commit comments

Comments
 (0)