Skip to content

Commit 1f59281

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

konflux.Dockerfile

Lines changed: 2 additions & 2 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:bd531796aacb86e4f97443797262680fbf36ca048717c00b6f4248465e1a7c0c AS builder
4+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:071786da0259b1c8488b05aaa7e8ad3e93d601b578b532bc11f78f5e8926c6d3 AS builder
55

66
# Build arguments for application version and branding
77
ARG VERSION=dev
@@ -34,7 +34,7 @@ FROM registry.access.redhat.com/ubi9/ubi-micro:latest@sha256:2173487b3b72b1a7b11
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:9e6e193bfc3596a84d2a32f42d6b1552398ec9735b9a4e893a0fc3c6fbccb381 AS package_installer
37+
FROM registry.access.redhat.com/ubi9/ubi:latest@sha256:039095faabf1edde946ff528b3b6906efa046ee129f3e33fd933280bb6936221 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)