Skip to content

Commit

Permalink
Avoid HTTP method not allowed while uploading file
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
  • Loading branch information
btlogy committed Feb 2, 2024
1 parent 690e6c3 commit d9208d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-e2e/images/Dockerfile.firefox
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM selenium/node-firefox:4.17.0-20240123
FROM selenium/node-firefox:4.11.0-20230801
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]
2 changes: 1 addition & 1 deletion client-e2e/images/Dockerfile.firefox-arm64
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM seleniarm/node-firefox:4.17.0-20240123
FROM seleniarm/node-firefox:4.11.0-20230801
RUN mkdir /home/seluser/downloads && chown 1200:1201 /home/seluser/downloads
CMD ["/opt/bin/entry_point.sh"]

0 comments on commit d9208d5

Please sign in to comment.