mirror of
https://github.com/chenasraf/go-cross-build.git
synced 2026-05-17 17:48:02 +00:00
feat: use latest golang version
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Debian GNU/Linux 10 (1.13.10-buster)
|
||||
FROM golang:1.16-buster
|
||||
FROM golang:latest
|
||||
|
||||
# copy entrypoint file
|
||||
COPY entrypoint.go /usr/bin/entrypoint.go
|
||||
|
||||
Reference in New Issue
Block a user