fix: use golang:1.23 (required by go.mod)
This commit is contained in:
+1
-1
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user