Skip to content

Commit

Permalink
Update Django
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Dec 15, 2021
1 parent ab8bce2 commit 81cbc5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-
RUN yarn config set network-timeout 600000 -g && yarn global add @angular/cli @vue/cli create-react-app express-generator && yarn cache clean --all

# Install pip dependencies
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.9
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0

# Install gem packages
RUN gem install rails:6.1.4.1 && gem cleanup
Expand Down
2 changes: 1 addition & 1 deletion arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-
RUN yarn config set network-timeout 600000 -g && yarn global add @angular/cli @vue/cli create-react-app express-generator && yarn cache clean --all

# Install pip dependencies
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.9
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0

# Install gem packages
RUN gem install rails:6.1.4.1 && gem cleanup
Expand Down
2 changes: 1 addition & 1 deletion armv6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-
RUN yarn config set network-timeout 600000 -g && yarn global add @angular/cli @vue/cli create-react-app express-generator && yarn cache clean --all

# Install pip dependencies
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.9
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0

# Install gem packages
RUN gem install rails:6.1.4.1 && gem cleanup
Expand Down
2 changes: 1 addition & 1 deletion armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-
RUN yarn config set network-timeout 600000 -g && yarn global add @angular/cli @vue/cli create-react-app express-generator && yarn cache clean --all

# Install pip dependencies
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.9
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0

# Install gem packages
RUN gem install rails:6.1.4.1 && gem cleanup
Expand Down
2 changes: 1 addition & 1 deletion i386/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk update && apk add --no-cache sudo=1.9.8_p2-r1 bash=5.1.8-r0 curl=7.80.0-
RUN yarn config set network-timeout 600000 -g && yarn global add @angular/cli @vue/cli create-react-app express-generator && yarn cache clean --all

# Install pip dependencies
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==3.2.9
RUN pip3 install --no-cache-dir flask-now==0.2.2 django==4.0

# Install gem packages
RUN gem install rails:6.1.4.1 && gem cleanup
Expand Down

0 comments on commit 81cbc5a

Please sign in to comment.