File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi-minimal
16
16
ARG BASE_TAG=9.6-1747218906
17
17
ARG BUILDER_IMAGE=registry.access.redhat.com/ubi9/go-toolset
18
- ARG BUILDER_TAG=1.23.6-1747333074
18
+ ARG BUILDER_TAG=1.23.9-1749052980
19
19
ARG GO_WORKDIR=/opt/app-root/src/go/src/github.com/ibm-messaging/mq-container
20
20
ARG MQ_ARCHIVE="downloads/9.4.0.11-IBM-MQ-Advanced-for-Developers-Non-Install-LinuxX64.tar.gz"
21
21
Original file line number Diff line number Diff line change 1
1
module github.com/ibm-messaging/mq-container
2
2
3
- go 1.23.6
3
+ go 1.23.9
4
4
5
5
require (
6
6
github.com/ibm-messaging/mq-golang v2.0.0+incompatible
Original file line number Diff line number Diff line change 19
19
20
20
set -ex
21
21
22
- GO_VERSION=" 1.23.6 "
22
+ GO_VERSION=" 1.23.9 "
23
23
sudo rm -rf /usr/local/go
24
24
DOWNLOAD_URL=" https://go.dev/dl/go${GO_VERSION} .linux-${ARCH} .tar.gz"
25
25
curl -fLo go.tar.gz " ${DOWNLOAD_URL} "
You can’t perform that action at this time.
0 commit comments