Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller authored Oct 11, 2024
1 parent af49247 commit 0a5c91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-devops-pipeline/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM doctoolchain/doctoolchain:v2.2.1
FROM doctoolchain/doctoolchain:v3.4.1

# Azure DevOps requires root access to inject its own users/groups
USER root
Expand All @@ -13,4 +13,4 @@ ENV DTC_HEADLESS=1
# Point Azure DevOps to node binary
LABEL "com.azure.dev.pipelines.agent.handler.node.path"="/usr/bin/node"

ENTRYPOINT []
ENTRYPOINT []

0 comments on commit 0a5c91a

Please sign in to comment.