added Dockerfile to install go1.23.1
This commit is contained in:
5
docker-images/Dockerfile.dev-go123-centos7
Normal file
5
docker-images/Dockerfile.dev-go123-centos7
Normal file
@ -0,0 +1,5 @@
|
||||
FROM hyunghwan/dev:go1.20.6.centos7
|
||||
|
||||
|
||||
RUN ulimit -n 1024 && cd /opt && rm -rf go && wget https://go.dev/dl/go1.23.1.linux-amd64.tar.gz && tar -zxvf go1.23.1.linux-amd64.tar.gz && rm -f go1.23.1.linux-amd64.tar.gz
|
||||
RUN echo 'PATH=$PATH:/opt/go/bin' > /etc/profile.d/go.sh
|
Reference in New Issue
Block a user