From 189e5e6a1b3c1327fe1da3caf38333ca75368700 Mon Sep 17 00:00:00 2001 From: Nox Date: Wed, 25 Mar 2026 11:45:09 +0100 Subject: [PATCH] fix: use golang:1.23 (required by go.mod) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0301e3e..9b9ce2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine AS builder +FROM golang:1.23-alpine AS builder RUN apk add --no-cache git bash WORKDIR /app RUN git clone https://github.com/seydx/tuya-ipc-terminal.git .