File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 name : Set up Go 1.x
2626 uses : actions/setup-go@v5
2727 with :
28- go-version : ' 1.25.5 '
28+ go-version : ' 1.25.7 '
2929 -
3030 name : Check out code into the Go module directory
3131 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
2- FROM registry.access.redhat.com/ubi9/go-toolset:1.25.5-1769430014 AS builder
2+ FROM registry.access.redhat.com/ubi9/go-toolset:1.25.7-1772454089 AS builder
33ENV GOPATH=/go/
44USER root
55WORKDIR /web-terminal-exec
@@ -18,7 +18,7 @@ COPY . .
1818RUN make compile
1919
2020# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9-minimal
21- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1770203734
21+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1771346502
2222RUN microdnf -y update && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
2323WORKDIR /
2424COPY --from=builder /web-terminal-exec/_output/bin/web-terminal-exec /usr/local/bin/web-terminal-exec
Original file line number Diff line number Diff line change 11module github.com/redhat-developer/web-terminal-exec
22
3- go 1.25.5
3+ go 1.25.7
44
55require (
66 github.com/sirupsen/logrus v1.9.1
You can’t perform that action at this time.
0 commit comments