Skip to content

Commit 924e483

Browse files
authored
Use securityUtility from 25.0.0.1 (#737)
1 parent b1bcda5 commit 924e483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8-minimal:latest as builder
33

44
ARG GO_PLATFORM=amd64
55
ARG GO_VERSION_ARG
6-
ARG LIBERTY_VERSION=25.0.0.2
6+
ARG LIBERTY_VERSION=25.0.0.1
77
ENV PATH=$PATH:/usr/local/go/bin
88
RUN microdnf install tar gzip unzip
99

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
66
VERSION ?= 1.4.2
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.37.0
8-
LIBERTY_VERSION ?= 25.0.0.2
8+
LIBERTY_VERSION ?= 25.0.0.1
99

1010
# CHANNELS define the bundle channels used in the bundle.
1111
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")

0 commit comments

Comments
 (0)