Skip to content

Commit

Permalink
Merge pull request #2469 from caseydavenport/casey-update-repo-v3.20
Browse files Browse the repository at this point in the history
Update to UBI 8.5 and go-build v0.54
  • Loading branch information
caseydavenport authored Feb 2, 2022
2 parents 41ad8d8 + feb290f commit e6b8d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.2 as ubi
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5 as ubi

RUN mkdir /licenses
COPY LICENSE /licenses
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME=github.com/projectcalico/calicoctl
GO_BUILD_VER=v0.53
GO_BUILD_VER=v0.54

ORGANIZATION=projectcalico
SEMAPHORE_PROJECT_ID?=$(SEMAPHORE_CALICOCTL_PROJECT_ID)
Expand Down

0 comments on commit e6b8d7c

Please sign in to comment.