Skip to content

Commit 5136280

Browse files
Bump alpine from 3.19 to 3.20 (#178)
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 0d362b0 commit 5136280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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.19
19+
FROM alpine:3.20
2020

2121
WORKDIR /flyway
2222

0 commit comments

Comments
 (0)