Skip to content

Commit 2f2cb23

Browse files
Update Go and base image versions in Dockerfile
Signed-off-by: Mathieu Benoit <mathieu-benoit@hotmail.fr>
1 parent 2b618b2 commit 2f2cb23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build binary
2-
FROM --platform=$BUILDPLATFORM golang:1.24.10-alpine AS build-env
2+
FROM --platform=$BUILDPLATFORM golang:1.25.9-alpine AS build-env
33
ADD . /app
44
WORKDIR /app
55
ARG TARGETOS
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
88
go build -ldflags="-s -w" -o microcks github.com/microcks/microcks-cli
99

1010
# Build image
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776833838
1212

1313
# Some version information
1414
LABEL maintainer="Laurent Broudoux <laurent@microcks.io>" \

0 commit comments

Comments
 (0)