Dockerfile updated

This commit is contained in:
Ege Balcı
2023-12-18 20:19:00 +01:00
parent f5b4dc398d
commit 2311586e76
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.15-buster as builder
FROM golang:latest as builder
RUN apt-get update && apt-get -y install \
build-essential \