From e2abcd15fa97daf43accfa3b995fe548902611a3 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Mon, 12 May 2025 18:30:46 -0400 Subject: [PATCH] asD --- .gitea/workflows/gitea-ci.yaml | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index a299144..e9dd751 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest if: gitea.ref == 'refs/heads/develop' steps: - - uses: https://github.com/actions/checkout@v4 + - uses: actions/checkout@v4 # - name: Set up Docker Buildx # uses: https://github.com/docker/setup-buildx-action@v3 # with: @@ -30,7 +30,7 @@ jobs: # http = true # insecure = true - name: Build and push Docker image - uses: https://github.com/docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile diff --git a/Dockerfile b/Dockerfile index 8d066c9..0e68ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.apple.com/piedss/locust-2:2.7.0.6 +FROM locustio/locust:2.37.1 RUN mkdir -p /home/locust/tests/ ADD test_example.py /home/locust/tests/