add Dockerfile
This commit is contained in:
parent
f84e91ede2
commit
be105d4e5b
@ -1,4 +1,4 @@
|
||||
FROM golang:1.21-alpine AS builder
|
||||
FROM golang:1.23-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
Loading…
Reference in New Issue
Block a user