mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-02 05:12:35 +00:00
Dockerfile: Build with 1.22.6
This commit is contained in:
@@ -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 / .
|
||||
|
||||
Reference in New Issue
Block a user