fix: use golang:1.23 (required by go.mod)

This commit is contained in:
Nox
2026-03-25 11:45:09 +01:00
parent 523ba3024b
commit 189e5e6a1b
+1 -1
View File
@@ -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 RUN apk add --no-cache git bash
WORKDIR /app WORKDIR /app
RUN git clone https://github.com/seydx/tuya-ipc-terminal.git . RUN git clone https://github.com/seydx/tuya-ipc-terminal.git .