Skip to content

Commit 0349521

Browse files
authored
Use securityUtility from 25.0.0.1 (#702)
1 parent 4b406cd commit 0349521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM registry.access.redhat.com/ubi8-minimal:latest as builder
33
ARG GO_PLATFORM=amd64
44
ARG GO_VERSION_ARG
5-
ARG LIBERTY_VERSION=25.0.0.2
5+
ARG LIBERTY_VERSION=25.0.0.1
66
ENV PATH=$PATH:/usr/local/go/bin
77
RUN microdnf install tar gzip unzip
88

Makefile

+1-1
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)