Skip to content

Commit ba556b3

Browse files
Bump alpine from 3.19 to 3.20 (#157)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c73491 commit ba556b3

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
@@ -15,7 +15,7 @@ ARG TARGETOS TARGETARCH
1515

1616
RUN cd cmd/vulnerability-db-consumer/ && GOOS=$TARGETOS GOARCH=$TARGETARCH go build . && cd -
1717

18-
FROM alpine:3.19
18+
FROM alpine:3.20
1919

2020
WORKDIR /flyway
2121

0 commit comments

Comments
 (0)