Skip to content

Commit

Permalink
use exact SCC version
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Jul 21, 2021
1 parent a757956 commit d6f01cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion subo/command/compute_deploy_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func ComputeDeployCoreCommand() *cobra.Command {
}

data := deployData{
SCCVersion: "latest",
SCCVersion: "v0.0.3",
EnvToken: envToken,
BuilderDomain: builderDomain,
StorageClassName: storageClass,
Expand Down
4 changes: 2 additions & 2 deletions templates/scc-docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
scc-control-plane:
image: suborbital/scc-control-plane:v0.0.2
image: suborbital/scc-control-plane:v0.0.3
command: controlplane
volumes:
- ./:/home/scn
Expand All @@ -17,7 +17,7 @@ services:
- scn

scc-builder:
image: suborbital/scc-builder:v0.0.2
image: suborbital/scc-builder:v0.0.3
command: builder
volumes:
- ./:/home/scn
Expand Down

0 comments on commit d6f01cb

Please sign in to comment.