Skip to content

Commit 59e797c

Browse files
chore(deps): update all dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 81ce9af commit 59e797c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

konflux.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multi-stage Dockerfile for ACS MCP Server build on Konflux
22

33
# Stage 1: Builder - Build the Go binary
4-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:071786da0259b1c8488b05aaa7e8ad3e93d601b578b532bc11f78f5e8926c6d3 AS builder
4+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:977bd041377a1367c8b102a460ae8e63f89905f7cf9d8235484ae658c9b47646 AS builder
55

66
# Build arguments for application version and branding
77
ARG VERSION=dev
@@ -30,11 +30,11 @@ RUN RACE=0 GOOS=$(go env GOOS) GOARCH=$(go env GOARCH) \
3030

3131

3232
# Stage 2: Runtime base - used to preserve rpmdb when installing packages
33-
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:2173487b3b72b1a7b11edc908e9bbf1726f9df46a4f78fd6d19a2bab0a701f38 AS ubi-micro-base
33+
FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:b498b3ea26111ab4b81d65139f2ebd2ef9a2abb7a4588b7fdcc54889f95e9caa AS ubi-micro-base
3434

3535

3636
# Stage 3: Package installer - installs ca-certificates and openssl into /ubi-micro-base-root/
37-
FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:cf13fe2aba608ea76abcac5acb3fa4d88821416e7eb45e0623a62c948853ab84 AS package_installer
37+
FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:80b1f4c34a7eed1b03a05d12b55768f3e522eef6ec294c6fbd5fa47b6b2892ee AS package_installer
3838

3939
# Copy ubi-micro base to /ubi-micro-base-root/ to preserve its rpmdb
4040
COPY --from=ubi-micro-base / /ubi-micro-base-root/

0 commit comments

Comments
 (0)