diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 9339859e2..cb911e0de 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -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 diff --git a/Makefile b/Makefile index 9af7e01ad..67653d67f 100644 --- a/Makefile +++ b/Makefile @@ -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)