diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index eb963f6..078d363 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: prepare: runs-on: ubuntu-latest container: - image: refringe/spt-build-node:1.0.8 + image: refringe/spt-build-node:1.0.9 outputs: proceed: ${{ steps.check-existence.outputs.proceed }} is_nightly: ${{ steps.determine-context.outputs.is_nightly }} @@ -207,7 +207,7 @@ jobs: if: needs.prepare.outputs.proceed == 'true' runs-on: ubuntu-latest container: - image: refringe/spt-build-node:1.0.8 + image: refringe/spt-build-node:1.0.9 outputs: server_commit: ${{ steps.clone-server.outputs.server_commit }} steps: @@ -429,7 +429,7 @@ jobs: needs: [prepare, build-server, build-modules, build-launcher] runs-on: ubuntu-latest container: - image: refringe/spt-build-node:1.0.8 + image: refringe/spt-build-node:1.0.9 steps: - name: Clean Directory run: | diff --git a/README.md b/README.md index d383477..7019356 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Prior to the assembly and distribution of Docker images, it is crucial to increm ``` # Command to build and push the spt-build-node Docker image to Docker Hub -docker build -t refringe/spt-build-node:1.0.9 -t refringe/spt-build-node:latest -f Dockerfile.node . +docker build -t refringe/spt-build-node:1.0.10 -t refringe/spt-build-node:latest -f Dockerfile.node . docker push refringe/spt-build-node --all-tags # Command to build and push the spt-build-dotnet Docker image to Docker Hub