Skip to content

Commit 89687fc

Browse files
Bump alpine from 3.20 to 3.21 (#184)
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 ab21723 commit 89687fc

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
@@ -16,7 +16,7 @@ ARG TARGETOS TARGETARCH
1616
WORKDIR /app/cmd/vulcan-scan-engine
1717
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build .
1818

19-
FROM alpine:3.20
19+
FROM alpine:3.21
2020

2121
WORKDIR /flyway
2222

0 commit comments

Comments
 (0)