diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 8e83c96..09e7a9f 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -52,7 +52,7 @@ jobs: - name: Build and export id: docker_export - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: ./${{ matrix.dotnet }}/Dockerfile build-args: | @@ -68,7 +68,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./${{ matrix.dotnet }}/Dockerfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2aae76e..9fa5037 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -66,7 +66,7 @@ jobs: - name: Build and push id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./${{ matrix.dotnet }}/Dockerfile diff --git a/VERSION b/VERSION index 1567ea7..81badfb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.12 \ No newline at end of file +5.2.13 \ No newline at end of file diff --git a/generate-dockerfiles.sh b/generate-dockerfiles.sh index cad524a..1b7706a 100755 --- a/generate-dockerfiles.sh +++ b/generate-dockerfiles.sh @@ -4,7 +4,7 @@ set -euo pipefail docker pull bfren/alpine -BASE_VERSION="5.4.5" +BASE_VERSION="5.4.6" echo "Base: ${BASE_VERSION}" ASPNET_VERSIONS="6 7 8 9"