Dockerfile: Build with 1.22.6

This commit is contained in:
Manuel Rüger 2024-08-12 14:16:13 +02:00
parent 39f47c74cf
commit b7f4b5c6a2

View File

@ -1,4 +1,4 @@
FROM golang:1.22.5 as builder
FROM golang:1.22.6 AS builder
ENV GOPATH="/go"
WORKDIR /go/src/github.com/kovetskiy/mark
COPY / .