changed dockerfile for generating the linux env entensions

This commit is contained in:
Valmo Trindade
2024-08-17 06:20:31 -03:00
parent c523a6f865
commit a5281021bf

View File

@@ -1,5 +1,5 @@
# build Golang app for Linux
FROM golang:latest
FROM golang:1.20
WORKDIR /app