diff --git a/Dockerfile b/Dockerfile index e8a27c2..a1d0488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-1.1720406008 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.21.11-8.1724662611 AS builder COPY . .