Merge pull request 'Update golang Docker tag to v1.22' (#3) from renovate/golang-1.x into master

Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
2024-06-03 23:58:54 +02:00

View File

@@ -15,7 +15,7 @@
ARG BASE_IMAGE
# 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/
COPY cmd/ ./cmd
COPY internal/ ./internal