Skip to content

Commit 650e070

Browse files
authored
Merge pull request #274 from redhat-appstudio/update-all-deps
Update all of the Go dependencies
2 parents 257c204 + 60fdc0a commit 650e070

File tree

5 files changed

+1591
-376
lines changed

5 files changed

+1591
-376
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ FROM registry.redhat.io/rhtas/cosign-rhel9:1.2.0@sha256:cb53dcc3bc912dd7f12147f3
22

33
FROM registry.redhat.io/rhtas/ec-rhel9:0.6@sha256:34a7be862ef23c44526ed84bb4f228ffc6c87e15d3e09803546c46bb9cd22d97 as ec
44

5-
FROM registry.redhat.io/ubi10/go-toolset:1.23@sha256:6429b805280b5c99c5441981d2bfe947f9ffe1fdf105da905a60fbbb095d6ed6 as go-builder
5+
# Ideally, use the official image from Red Hat, e.g. registry.access.redhat.com/ubi10/go-toolset,
6+
# but a 1.24 release does not yet exist.
7+
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.24@sha256:beed4519c775d6123c11351048be29e6f93ab0adaea2c7d55977b445966f5b27 as go-builder
68

79
WORKDIR /build
810

0 commit comments

Comments
 (0)