Skip to content

Commit 27fe749

Browse files
build(deps): bump alpine in /cmd/cloudstack-csi-sc-syncer
Bumps alpine from 3.21 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] <support@github.com>
1 parent 3c9de10 commit 27fe749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloudstack-csi-sc-syncer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY . .
1717
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1818
go build -ldflags "${LDFLAGS}" -o cloudstack-csi-sc-syncer ./cmd/cloudstack-csi-sc-syncer
1919

20-
FROM alpine:3.21
20+
FROM alpine:3.23
2121

2222
LABEL \
2323
org.opencontainers.image.description="CloudStack disk offering to Kubernetes storage class syncer" \

0 commit comments

Comments
 (0)