mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
update dockerfile
This commit is contained in:
parent
fd0db2ad55
commit
ae20f2b5ac
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.17-alpine as builder
|
||||
FROM golang:1.19-alpine as builder
|
||||
RUN apk add --no-cache git
|
||||
WORKDIR /go/croc
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue