Update golang Docker tag to v1.22

This commit is contained in:
Renovate Bot
2024-06-03 21:56:31 +00:00
parent fbe8435884
commit 882544647e

View File

@@ -15,7 +15,7 @@
ARG BASE_IMAGE ARG BASE_IMAGE
# Build stage to build Go code # Build stage to build Go code
FROM golang:1.10 as builder FROM golang:1.22 as builder
WORKDIR /go/src/github.com/ibm-messaging/mq-container/ WORKDIR /go/src/github.com/ibm-messaging/mq-container/
COPY cmd/ ./cmd COPY cmd/ ./cmd
COPY internal/ ./internal COPY internal/ ./internal