Skip to content

Commit b1dc9d5

Browse files
authored
Revert Liberty version to 26.0.0.2 (#857)
1 parent b395167 commit b1dc9d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

44
ARG GO_PLATFORM=amd64
55
ARG GO_VERSION_ARG
6-
ARG LIBERTY_VERSION=26.0.0.3
6+
ARG LIBERTY_VERSION=26.0.0.2
77
ENV PATH=$PATH:/usr/local/go/bin
88
RUN microdnf -y 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.6.1
77
OPERATOR_SDK_RELEASE_VERSION ?= v1.42.0
8-
LIBERTY_VERSION ?= 26.0.0.3
8+
LIBERTY_VERSION ?= 26.0.0.2
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)