Skip to content

Commit

Permalink
Upgrade cfspeedtest, base image, and docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbrose committed Jun 19, 2024
1 parent 13e9004 commit e930497
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.3
prometheus_client==0.20.0
waitress==3.0.0
cloudflarepycli==1.8.1
cloudflarepycli==1.8.2

0 comments on commit e930497

Please sign in to comment.