diff --git a/Dockerfile b/Dockerfile index 572168e..2e35cd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_VERSION=1.26.0 +ARG GO_VERSION=1.26.2 FROM golang:${GO_VERSION}-alpine AS build RUN apk --no-cache add ca-certificates tzdata WORKDIR /build diff --git a/go.mod b/go.mod index ec57432..9d996fd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/jwetzell/showbridge-go -go 1.26.0 +go 1.26.2 require ( github.com/eclipse/paho.mqtt.golang v1.5.1