updated go to 1.24.5
This commit is contained in:
@ -59,11 +59,11 @@ publish-dev-go123-rocky9:
|
||||
docker push docker.io/hyunghwan/dev:go1.23.1.rocky9
|
||||
|
||||
dev-go124-rocky9:
|
||||
docker build -t dev:go1.24.2.rocky9 -f Dockerfile.$@ .
|
||||
docker build -t dev:go1.24.5.rocky9 -f Dockerfile.$@ .
|
||||
|
||||
publish-dev-go124-rocky9:
|
||||
docker tag dev:go1.24.2.rocky9 docker.io/hyunghwan/dev:go1.24.2.rocky9
|
||||
docker push docker.io/hyunghwan/dev:go1.24.2.rocky9
|
||||
docker tag dev:go1.24.5.rocky9 docker.io/hyunghwan/dev:go1.24.5.rocky9
|
||||
docker push docker.io/hyunghwan/dev:go1.24.5.rocky9
|
||||
|
||||
dev-gcc-centos6:
|
||||
docker build -t dev:gcc.centos6 -f Dockerfile.$@ .
|
||||
|
Reference in New Issue
Block a user