Skip to content

Commit dcbaea4

Browse files
committed
Update mqtt-forwarder.scratch.Dockerfile
1 parent 95ba156 commit dcbaea4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mqtt-forwarder.scratch.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
# 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 .
2+
ARG GO_VERSION=1.25
33
FROM golang:${GO_VERSION}-alpine AS builder
44
ARG VERSION=master
55
ENV GOPATH=/go

0 commit comments

Comments
 (0)