Merge pull request #1770 from eclipse-che/4933

Check in go changes for CRW-4933 to main
pull/1773/head
Samantha Dawley 2023-10-23 17:53:26 -04:00 committed by GitHub
commit 7997df38dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#
# https://registry.access.redhat.com/ubi8/go-toolset
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2 as builder
ENV GOPATH=/go/ \
CGO_ENABLED=1
ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"