Skip to content

Commit c26b96b

Browse files
build(deps): bump alpine from 3.22 to 3.23 (#106)
Bumps alpine from 3.22 to 3.23. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.23' 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 3c9c70c commit c26b96b

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
@@ -15,7 +15,7 @@ COPY . .
1515

1616
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -tags musl ./cmd/vulcan-tracker
1717

18-
FROM alpine:3.22
18+
FROM alpine:3.23
1919

2020
WORKDIR /flyway
2121

0 commit comments

Comments
 (0)