Skip to content

Commit

Permalink
chore: bump arenaclient-bot-base version
Browse files Browse the repository at this point in the history
  • Loading branch information
lladdy committed Nov 23, 2024
1 parent 2ca6c5b commit 90ca3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY --from=builder /app/target/*/k8s_controller ${APP}/k8s_controller
ENTRYPOINT ["./k8s_controller"]
LABEL service=k8s_controller

FROM aiarena/arenaclient-bot-base:v0.6.0 as bot_controller
FROM aiarena/arenaclient-bot-base:v0.6.1 as bot_controller
ARG APP=/app

RUN apt-get update \
Expand Down Expand Up @@ -100,7 +100,7 @@ ENTRYPOINT ["./proxy_controller"]
LABEL service=proxy_controller


FROM aiarena/arenaclient-bot-base:v0.6.0 as combined
FROM aiarena/arenaclient-bot-base:v0.6.1 as combined
ARG APP=/app

USER root
Expand Down

0 comments on commit 90ca3a9

Please sign in to comment.