We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b406cd commit 0349521Copy full SHA for 0349521
Dockerfile
@@ -2,7 +2,7 @@
2
FROM registry.access.redhat.com/ubi8-minimal:latest as builder
3
ARG GO_PLATFORM=amd64
4
ARG GO_VERSION_ARG
5
-ARG LIBERTY_VERSION=25.0.0.2
+ARG LIBERTY_VERSION=25.0.0.1
6
ENV PATH=$PATH:/usr/local/go/bin
7
RUN microdnf install tar gzip unzip
8
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
9
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