Skip to content

Commit

Permalink
Add image version
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaos committed Jan 22, 2021
1 parent 43d40d6 commit 849a8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/environment/preset.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var Environments = map[string]*Environment{
WorkingDir: "/src",
SrcDir: "/src/src",

DockerImage: "ghcr.io/sachaos/atcoder-rust",
DockerImage: "ghcr.io/sachaos/atcoder-rust:v1.0.0",
BuildCmdOnDocker: "cargo build --release --offline --quiet",
CmdOnDocker: "./target/release/rust",
},
Expand Down

0 comments on commit 849a8cc

Please sign in to comment.