We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ba156 commit dcbaea4Copy full SHA for dcbaea4
1 file changed
mqtt-forwarder.scratch.Dockerfile
@@ -1,5 +1,5 @@
1
-# docker build --no-cache --progress=plain --build-arg GO_VERSION=1.23 --build-arg VERSION=1.1.1 -t tobi312/tools:mqtt-forwarder -f mqtt-forwarder.scratch.Dockerfile .
2
-ARG GO_VERSION=1.23
+# docker build --no-cache --progress=plain --build-arg GO_VERSION=1.25 --build-arg VERSION=1.1.1 -t tobi312/tools:mqtt-forwarder -f mqtt-forwarder.scratch.Dockerfile .
+ARG GO_VERSION=1.25
3
FROM golang:${GO_VERSION}-alpine AS builder
4
ARG VERSION=master
5
ENV GOPATH=/go
0 commit comments