Skip to content

Commit 0d5ea5c

Browse files
committed
Fix branch name in Dockerfile to main
1 parent 221a94c commit 0d5ea5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN apt-get update && apt-get upgrade -y && \
99
apt-get install -y python3-pip python3-dev git && \
1010
apt-get clean && rm -rf /var/lib/apt/lists/*
1111

12-
# Argument to specify the commit, defaults to the 'master' branch
13-
ARG COMMIT_SHA=master
12+
# Argument to specify the commit, defaults to the 'main' branch
13+
ARG COMMIT_SHA=main
1414

1515
# Set the working directory in the container
1616
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)