Skip to content

Commit

Permalink
(CI) fix docker user (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Apr 3, 2024
2 parents 85e4dd8 + c377873 commit 095dce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.23.1
4 changes: 4 additions & 0 deletions dockerfiles/tue-env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ RUN { [[ -n "$OAUTH2_TOKEN" ]] && git config --global --unset credential.helper;
# STAGE 2
# ----------------------------------------------------------------
FROM base

ARG DOCKER_USER=docker
ARG DOCKER_USER_ID=1001

ENV DEBIAN_FRONTEND=noninteractive \
LANG=C.UTF-8 \
DOCKER=true \
Expand Down

0 comments on commit 095dce8

Please sign in to comment.