Skip to content

Commit

Permalink
build w/ Go 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 authored Oct 11, 2023
1 parent 72f8bcd commit 86b0db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072.1696517598 AS builder
WORKDIR /go/src/github/agebhar1/mq_exporter
RUN microdnf install tar gzip findutils gcc make git \
&& mkdir /opt/mqm && curl -L https://ibm.biz/IBM-MQC-Redist-LinuxX64targz | tar xzf - -C /opt/mqm/ \
&& curl -L https://go.dev/dl/go1.21.2.linux-amd64.tar.gz | tar xzf - -C /opt
&& curl -L https://go.dev/dl/go1.21.3.linux-amd64.tar.gz | tar xzf - -C /opt

COPY . ./
RUN PATH=$PATH:/opt/go/bin make
Expand Down

0 comments on commit 86b0db4

Please sign in to comment.