feat: use latest golang version

This commit is contained in:
Chen Asraf 2024-09-03 01:15:23 +03:00 committed by GitHub
parent a892996d4d
commit eb5541167b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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