Skip to content

Commit

Permalink
Update generate_docker_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored May 4, 2024
1 parent df906ab commit 078757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_docker_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def generate_image(image):
# now that folders have been created, the Dockerfile needs to be created
f = open("docker/"+version+"/Dockerfile", "w")
f.write("## GENERATED. DO NOT EDIT DIRECTLY.\n")
f.write("FROM toolchain2\n\n")
f.write("FROM toolchain\n\n")
f.write("ARG TARGETPLATFORM\n")
f.write("ENV GO_VERSION "+version.replace("go-","").replace(".","")+"\n\n")
f.write("RUN \\\n")
Expand Down

0 comments on commit 078757c

Please sign in to comment.