Skip to content

Commit

Permalink
chore: Change sc2 base image to 4.10-bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvschoor committed Nov 15, 2023
1 parent 2515d68 commit 3816f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ COPY --from=builder /app/target/*/bot_controller ${APP}/bot_controller
ENTRYPOINT ["./bot_controller"]
LABEL service=bot_controller

FROM aiarena/arenaclient-sc2-base:4.10 as sc2_controller
FROM aiarena/arenaclient-sc2-base:4.10-bookworm as sc2_controller
ARG APP=/app


Expand Down

0 comments on commit 3816f35

Please sign in to comment.