Skip to content

Commit

Permalink
updates binaries in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Updyke committed Mar 11, 2024
1 parent 3e45977 commit 2559bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile-api
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir -p /app/dist/config/binaries/windows/x64
RUN mkdir -p /app/dist/config/binaries/windows/x32
RUN mkdir -p /app/dist/config/binaries/linux

# 7.2 download version binaries from box TODO:// update these for v8
# 7.2 download version binaries from box
RUN ["wget", "-O", "/app/dist/config/binaries/windows/x64/ghosts-client-x64-v8.0.0.zip", "https://cmu.box.com/shared/static/kqo5cl7f5f2v22xgud6o2fd26xrrwtpq.zip"]
RUN ["wget", "-O", "/app/dist/config/binaries/windows/x32/ghosts-client-x32-v8.0.0.zip", "https://cmu.box.com/shared/static/9oxugvdbiixbs1dtt98s609nbpbmpj7h.zip"]
RUN ["wget", "-O", "/app/dist/config/binaries/linux/ghosts-client-linux-v8.0.0.zip", "https://cmu.box.com/shared/static/tdozbmmdyvajubohwtnon1huyfqjuwrz.zip"]
Expand Down

0 comments on commit 2559bde

Please sign in to comment.