Skip to content

Commit 4ec1ef8

Browse files
Bump bci/bci-micro from 15.6 to 15.7
Bumps bci/bci-micro from 15.6 to 15.7. --- updated-dependencies: - dependency-name: bci/bci-micro dependency-version: '15.7' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d203d61 commit 4ec1ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ARG TARGETARCH
2626
ARG LDFLAGS
2727
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
2828

29-
FROM registry.suse.com/bci/bci-micro:15.6
29+
FROM registry.suse.com/bci/bci-micro:15.7
3030
WORKDIR /
3131
COPY --from=builder /workspace/manager .
3232
USER 65532:65532

0 commit comments

Comments
 (0)