Merge pull request #26 from xruins/renovate/golang-1.x
Update golang Docker tag to v1.26
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.23 AS builder
|
FROM golang:1.26 AS builder
|
||||||
LABEL org.opencontainers.image.source="https://github.com/xruins/docker_state_exporter"
|
LABEL org.opencontainers.image.source="https://github.com/xruins/docker_state_exporter"
|
||||||
COPY *.go $GOPATH/src/mypackage/myapp/
|
COPY *.go $GOPATH/src/mypackage/myapp/
|
||||||
COPY go.* $GOPATH/src/mypackage/myapp/
|
COPY go.* $GOPATH/src/mypackage/myapp/
|
||||||
|
|||||||
Reference in New Issue
Block a user