Skip to content

Commit fe98533

Browse files
Bump alpine from 3.22 to 3.23 (#486)
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 2b481a7 commit fe98533

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
@@ -20,7 +20,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=$TARGETARCH \
2020
CGO_LDFLAGS="-fuse-ld=mold -lsasl2" \
2121
go build -tags musl -ldflags "-w -s" ./cmd/vulcan-api
2222

23-
FROM alpine:3.22
23+
FROM alpine:3.23
2424

2525
WORKDIR /flyway
2626

0 commit comments

Comments
 (0)