Re-bump of versions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module orborus
|
||||
|
||||
go 1.22.2
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/docker/docker v26.1.0+incompatible
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19-buster as builder
|
||||
FROM golang:1.22 as builder
|
||||
|
||||
WORKDIR /app
|
||||
#RUN go get github.com/docker/docker/api/types github.com/docker/docker/api/types/container github.com/docker/docker/client
|
||||
|
||||
Reference in New Issue
Block a user