Skip to content

Commit

Permalink
fix: docker image name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xjq7 committed May 20, 2024
1 parent b03ae27 commit e259586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions client/src/utils/codeType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export enum CodeType {
export enum CodeEnv {
cpp = 'cpp:11',
nodejs = 'nodejs:lts',
go = 'go:latest',
go = 'go:lts',
python3 = 'python:3',
python2 = 'python:2',
java = 'java:latest',
java = 'java:lts',
php = 'php:8',
rust = 'rust:latest',
rust = 'rust:lts',
c = 'cpp:11',
dotnet = 'mono:lts',
ts = 'nodejs:lts',
Expand Down
6 changes: 3 additions & 3 deletions server/src/utils/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ export enum CodeType {
export enum CodeEnv {
cpp = 'cpp:11',
nodejs = 'nodejs:lts',
go = 'go:latest',
go = 'go:lts',
python3 = 'python:3',
python2 = 'python:2',
java = 'java:latest',
java = 'java:lts',
php = 'php:8',
rust = 'rust:latest',
rust = 'rust:lts',
c = 'cpp:11',
dotnet = 'mono:lts',
ts = 'nodejs:lts',
Expand Down

0 comments on commit e259586

Please sign in to comment.