Skip to content

Commit

Permalink
Use latest debian image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-hughes committed Oct 23, 2024
1 parent 487b367 commit 09a93a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildbot_dockerfile_debian
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye
FROM debian:latest
ARG CI_UID
RUN useradd -m -u ${CI_UID} ci
RUN apt-get update && \
Expand Down

0 comments on commit 09a93a4

Please sign in to comment.