We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bcda5 commit 924e483Copy full SHA for 924e483
Dockerfile
@@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8-minimal:latest as builder
3
4
ARG GO_PLATFORM=amd64
5
ARG GO_VERSION_ARG
6
-ARG LIBERTY_VERSION=25.0.0.2
+ARG LIBERTY_VERSION=25.0.0.1
7
ENV PATH=$PATH:/usr/local/go/bin
8
RUN microdnf install tar gzip unzip
9
Makefile
@@ -5,7 +5,7 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.4.2
OPERATOR_SDK_RELEASE_VERSION ?= v1.37.0
-LIBERTY_VERSION ?= 25.0.0.2
+LIBERTY_VERSION ?= 25.0.0.1
10
# CHANNELS define the bundle channels used in the bundle.
11
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
0 commit comments