mirror of
https://github.com/nkanaev/yarr.git
synced 2025-10-29 06:09:58 +00:00
Update dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:alpine AS build
|
FROM golang:alpine3.18 AS build
|
||||||
RUN apk add build-base git
|
RUN apk add build-base git
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user