mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-28 23:16:56 +08:00
Updated Dockerfile-go-builder to golang:1.20.13-alpine3.19 (#3017)
Co-authored-by: Abhishek K <32607604+abhishek9686@users.noreply.github.com>
This commit is contained in:
parent
66dbaf1bc2
commit
7786c106f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.19.6-alpine3.17
|
||||
FROM golang:1.20.13-alpine3.19
|
||||
ARG version
|
||||
RUN apk add build-base
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue