File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM registry.redhat.io/ubi9/go-toolset:1.24 @sha256:6fd64cd7f38a9b87440f963b6c04953d04de65c35b9672dbd7f1805b0ae20d09 as build-env
1+ FROM registry.redhat.io/ubi9/go-toolset:9.6 @sha256:a90b4605b47c396c74de55f574d0f9e03b24ca177dec54782f86cdf702c97dbc as build-env
22ENV GOEXPERIMENT=strictfipsruntime
33ENV CGO_ENABLED=1
44ENV APP_ROOT=/opt/app-root
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM registry.redhat.io/ubi9/go-toolset:1.24 @sha256:6fd64cd7f38a9b87440f963b6c04953d04de65c35b9672dbd7f1805b0ae20d09 AS builder
15+ FROM registry.redhat.io/ubi9/go-toolset:9.6 @sha256:a90b4605b47c396c74de55f574d0f9e03b24ca177dec54782f86cdf702c97dbc AS builder
1616ENV GOEXPERIMENT=strictfipsruntime
1717ENV CGO_ENABLED=1
1818ENV APP_ROOT=/opt/app-root
@@ -29,7 +29,7 @@ RUN git config --global --add safe.directory /opt/app-root/src && \
2929 go build -mod=readonly -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server
3030
3131# debug compile options & debugger
32- FROM registry.redhat.io/ubi9/go-toolset:1.24 @sha256:6fd64cd7f38a9b87440f963b6c04953d04de65c35b9672dbd7f1805b0ae20d09 AS debug
32+ FROM registry.redhat.io/ubi9/go-toolset:9.6 @sha256:a90b4605b47c396c74de55f574d0f9e03b24ca177dec54782f86cdf702c97dbc AS debug
3333RUN go install github.com/go-delve/delve/cmd/dlv@v1.9.0
3434
3535# overwrite server and include debugger
You can’t perform that action at this time.
0 commit comments