diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index cd3c977..3765ae9 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -51,7 +51,7 @@ jobs: uses: "WyriHaximus/github-action-get-previous-tag@master" - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: ./ file: ./Dockerfile diff --git a/Dockerfile b/Dockerfile index c8e9195..b624ad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime based on Alpine Linux as a parent image -FROM python:3.12.3-alpine3.19 +FROM python:3.12.4-alpine3.19 # Create a new user 'speedtest' to run the application # This is a good practice to avoid running the application with root privileges diff --git a/src/requirements.txt b/src/requirements.txt index 5a5186c..0858b2b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ Flask==3.0.3 prometheus_client==0.20.0 waitress==3.0.0 -cloudflarepycli==1.8.1 \ No newline at end of file +cloudflarepycli==1.8.2 \ No newline at end of file