Commit 25888c4a authored by Geoff Simmons's avatar Geoff Simmons

Build the haproxy container using golang 1.21.

parent 7df210be
ARG go_version=1.17 ARG go_version=1.21
ARG debian_tag=11.2-slim ARG debian_tag=11.2-slim
# Build k8s-crt-dnldr in the builder stage # Build k8s-crt-dnldr in the builder stage
...@@ -10,8 +10,8 @@ ARG reloader_version=1.0.0 ...@@ -10,8 +10,8 @@ ARG reloader_version=1.0.0
RUN apt-get update -q && \ RUN apt-get update -q && \
apt-get install -y golang-golang-x-tools pandoc apt-get install -y golang-golang-x-tools pandoc
RUN go get -d -v github.com/slimhazard/gogitversion && \ RUN git clone https://github.com/slimhazard/gogitversion && \
cd /go/pkg/mod/github.com/slimhazard/gogitversion* && \ cd gogitversion && \
chmod 755 bootstrap.sh && \ chmod 755 bootstrap.sh && \
make install make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment