We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b618b2 + 2f2cb23 commit 38fba26Copy full SHA for 38fba26
1 file changed
build/Dockerfile
@@ -1,5 +1,5 @@
1
# Build binary
2
-FROM --platform=$BUILDPLATFORM golang:1.24.10-alpine AS build-env
+FROM --platform=$BUILDPLATFORM golang:1.25.9-alpine AS build-env
3
ADD . /app
4
WORKDIR /app
5
ARG TARGETOS
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
8
go build -ldflags="-s -w" -o microcks github.com/microcks/microcks-cli
9
10
# Build image
11
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838
12
13
# Some version information
14
LABEL maintainer="Laurent Broudoux <laurent@microcks.io>" \
0 commit comments