mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-15 03:06:45 +03:00
update dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11.3
|
||||
FROM python:3.11.6
|
||||
|
||||
ARG USER
|
||||
|
||||
@@ -15,7 +15,7 @@ ENV USER=${USER} \
|
||||
POETRY_CACHE_DIR='/var/cache/pypoetry' \
|
||||
PATH="$PATH:/root/.poetry/bin" \
|
||||
DOCKER_CONTAINER=1 \
|
||||
POETRY_VERSION=1.4.2
|
||||
POETRY_VERSION=1.6.1
|
||||
|
||||
|
||||
RUN printf "================\n\nStart build app. USER is: "${USER}"\n\n===============\n" \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"chrome": {
|
||||
"default": "111.0",
|
||||
"default": "117.0",
|
||||
"versions": {
|
||||
"111.0": {
|
||||
"image": "selenoid/chrome:111.0",
|
||||
"117.0": {
|
||||
"image": "selenoid/chrome:117.0",
|
||||
"port": "4444",
|
||||
"path": "/",
|
||||
"tmpfs": {
|
||||
|
||||
Reference in New Issue
Block a user