update Dockerfile golang version
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.21-alpine AS build
|
FROM golang:1.22-alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Reference in New Issue
Block a user