We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2678312 commit 76d5262Copy full SHA for 76d5262
Dockerfile
@@ -1,7 +1,7 @@
1
#############################################
2
# Build
3
4
-FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS build
+FROM --platform=$BUILDPLATFORM golang:1.24-alpine AS build
5
6
RUN apk upgrade --no-cache --force
7
RUN apk add --update build-base make git
go.mod
@@ -1,6 +1,6 @@
module github.com/webdevops/shelly-plug-exporter
-go 1.23
+go 1.24
require (
github.com/KimMachineGun/automemlimit v0.7.0
0 commit comments